Skip to content

Commit acea55a

Browse files
Update CI build matrix (drop JDK 19 and 21-ea, add 21)
1 parent 3d7bd55 commit acea55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
java: [8, 11, 17, 19, 20-ea]
19+
java: [8, 11, 17, 21]
2020
os: [ubuntu-latest, macos-latest]
2121
# Run all tests even if one fails
2222
fail-fast: false

0 commit comments

Comments
 (0)