Skip to content

Commit e203c7c

Browse files
Fix Github Action for future JDKs (#19)
Update CI workflow to test against Java 27
1 parent 6fe498d commit e203c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
# https://jdk.java.net/
39-
java: [25, 26]
39+
java: [26, 27]
4040
runs-on: ubuntu-latest
4141

4242
steps:

0 commit comments

Comments
 (0)