Skip to content

Commit

Permalink
Add jdk-21 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Sep 14, 2024
1 parent d1b7f3a commit 066e616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk-version: ["8", "11", "17"]
jdk-version: ["8", "11", "17" "21"]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions scripts/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ case "${java_version}" in
;;
esac

echo "java version detected ${java_version} -- jdk profile detected: ${jdk_profile}"

scripts/compile "${jdk_profile}"
clojure -X:dev:codegen
clojure -M:dev:"${jdk_profile}":test --dir test --dir neanderthal

0 comments on commit 066e616

Please sign in to comment.