Skip to content

Commit

Permalink
ci: also test against jdk 21
Browse files Browse the repository at this point in the history
Closes #155
  • Loading branch information
lread committed Jun 25, 2024
1 parent 43e6f7d commit 21364ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ workflows:
matrix:
parameters:
os: [linux, macos, windows]
jdk: ['temurin@8','temurin@11','temurin@17']
jdk: ['temurin@8','temurin@11','temurin@17','temurin@21']
exclude:
- os: macos
jdk: 'temurin@8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java-version: ["8", "11", "17"]
java-version: ["8", "11", "17", "21"]
os: [ubuntu, macOS, windows]
exclude:
- java-version: "8"
Expand Down

0 comments on commit 21364ee

Please sign in to comment.