Skip to content

Commit

Permalink
[#1930] Update CI matrix remove java 19
Browse files Browse the repository at this point in the history
Unsupported class file major version 63
  	at groovyjarjarasm.asm.ClassReader.<init>(ClassReader.java:199)
  • Loading branch information
remkop committed Jan 24, 2023
1 parent c2d9165 commit 03dbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build-java-8-plus:
strategy:
matrix:
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ]
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 03dbcca

Please sign in to comment.