Skip to content

Commit

Permalink
Update tests to use GraalVM for JDK 22 and 23-ea.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 29, 2024
1 parent 9dd2b41 commit dee1281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java-version: ['22', '21', '17', '20', 'dev']
java-version: ['23', '21', '17', '20', 'dev']
distribution: ['graalvm', 'graalvm-community']
os: [
ubuntu-latest,
Expand All @@ -39,7 +39,7 @@ jobs:
- java-version: 'latest-ea'
distribution: 'graalvm'
os: ubuntu-latest
- java-version: '23-ea'
- java-version: '24-ea'
distribution: 'graalvm'
os: ubuntu-latest
- java-version: '21'
Expand Down

0 comments on commit dee1281

Please sign in to comment.