Skip to content

Commit 897dd6e

Browse files
committed
CI: test on JDK 17 final
1 parent e927561 commit 897dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
java: [8, 11, 17-ea]
12+
java: [8, 11, 17]
1313
scala: [2.13.6, 3.0.2]
1414
runs-on: ubuntu-latest
1515
steps:

0 commit comments

Comments
 (0)