Skip to content

Commit

Permalink
Merge pull request #70 from sullis/jdk-21
Browse files Browse the repository at this point in the history
ci: add Java 21 to matrix
  • Loading branch information
ceki committed Oct 22, 2023
2 parents bc3e480 + f1f4c92 commit 63d44e1
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 63d44e1

Please sign in to comment.