Skip to content

Commit

Permalink
expand matrix for clojure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 6, 2024
1 parent a73dd56 commit 20b1530
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 @@ -8,7 +8,7 @@ jobs:
matrix:
os: [ubuntu-latest] # macOS-latest, windows-latest]
java-version: ["8", "11", "17"]
clojure-version: ["1.10.3", "1.11.1"]
clojure-version: ["1.10.3", "1.11.4", "1.12.0"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 20b1530

Please sign in to comment.