Skip to content

Commit

Permalink
ci: test on github with openjdk21
Browse files Browse the repository at this point in the history
Remove openjdk20 from test matrix as we only test current LTS releases
plus the "latest" if it exists.
  • Loading branch information
easye committed Oct 19, 2023
1 parent 864ed24 commit 28c7b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abcl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
jdk: [openjdk8, openjdk11, openjdk17, openjdk20]
jdk: [openjdk8, openjdk11, openjdk17, openjdk21]

steps:
- name: Set path for build scripts
Expand Down

0 comments on commit 28c7b44

Please sign in to comment.