Skip to content

Commit

Permalink
Add GraalVM for JDK 22 to build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 21, 2024
1 parent 6c07077 commit fb9f5a0
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: ['21', '17', '20', 'dev']
java-version: ['22', '21', '17', '20', 'dev']
distribution: ['graalvm', 'graalvm-community']
os: [
ubuntu-latest,
Expand All @@ -38,7 +38,7 @@ jobs:
- java-version: 'latest-ea'
distribution: 'graalvm'
os: ubuntu-latest
- java-version: '22-ea'
- java-version: '23-ea'
distribution: 'graalvm'
os: ubuntu-latest
- java-version: '21'
Expand Down

0 comments on commit fb9f5a0

Please sign in to comment.