Skip to content

Commit

Permalink
Remove JDK 20 now that we have 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldk committed Oct 18, 2023
1 parent 929bea6 commit 8dc83c4
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 @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 8, 11, 17, 20, 21-ea ]
java: [ 8, 11, 17, 21-ea ]
runs-on: ${{ matrix.os }}
permissions:
checks: write
Expand Down

0 comments on commit 8dc83c4

Please sign in to comment.