Skip to content

Commit

Permalink
ci: add GraalVM for JDK 22 to native test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kkriske committed Aug 16, 2024
1 parent 17dffe9 commit d555727
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 @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '17', '21' ]
java: [ '17', '21', '22' ]
profiles: ['native', 'native,native-exported']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d555727

Please sign in to comment.