Skip to content

Commit

Permalink
Add Java 21 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger authored Oct 20, 2023
1 parent bddae32 commit 9ecb230
Showing 1 changed file with 1 addition 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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # macOS-latest, windows-latest]
java-version: ["8", "11", "17"]
java-version: ["8", "11", "17", "21"]
clojure-version: ["1.10.3", "1.11.1"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9ecb230

Please sign in to comment.