Skip to content

Commit

Permalink
Run tests with java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Oct 7, 2023
1 parent e349846 commit 4322f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- 8
- 11
- 17
- 20
- 21
vm:
- hotspot
- openj9
Expand All @@ -197,7 +197,7 @@ jobs:
- 3
exclude:
- vm: ${{ inputs.skip-openj9-tests && 'openj9' || '' }}
- test-java-version: 20
- test-java-version: 21
vm: openj9
fail-fast: false
steps:
Expand Down

0 comments on commit 4322f46

Please sign in to comment.