Skip to content

Commit

Permalink
Run CI against JDK 21 rather than 17 (#706)
Browse files Browse the repository at this point in the history
21 being the latest LTS now
  • Loading branch information
alexarchambault authored Nov 11, 2024
1 parent e52a786 commit 56a39e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-13, windows-latest]
jvm: ['8', '17']
jvm: ['8', '21']
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 56a39e8

Please sign in to comment.