We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e927561 commit 897dd6eCopy full SHA for 897dd6e
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- java: [8, 11, 17-ea]
+ java: [8, 11, 17]
13
scala: [2.13.6, 3.0.2]
14
runs-on: ubuntu-latest
15
steps:
0 commit comments