Skip to content

Commit

Permalink
[#1930] remove java 20: groovy asm issue
Browse files Browse the repository at this point in the history
Groovy asm gives unsupported class version for Gradle on java 20
  • Loading branch information
remkop committed Jan 24, 2023
1 parent e936905 commit c2d9165
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, 20-ea ]
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 ]
os: [ubuntu-latest, macos-latest, windows-latest]

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

0 comments on commit c2d9165

Please sign in to comment.