We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73dd56 commit 20b1530Copy full SHA for 20b1530
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest] # macOS-latest, windows-latest]
10
java-version: ["8", "11", "17"]
11
- clojure-version: ["1.10.3", "1.11.1"]
+ clojure-version: ["1.10.3", "1.11.4", "1.12.0"]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v3
0 commit comments