Skip to content

Commit

Permalink
ci: add Java 21 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 22, 2023
1 parent bc3e480 commit f1f4c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [8, 11, 17, 19]
jdk: [8, 11, 17, 19, 21]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: true
max-parallel: 4
Expand Down

0 comments on commit f1f4c92

Please sign in to comment.