Skip to content

Commit 20b1530

Browse files
committed
expand matrix for clojure tests
1 parent a73dd56 commit 20b1530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
os: [ubuntu-latest] # macOS-latest, windows-latest]
1010
java-version: ["8", "11", "17"]
11-
clojure-version: ["1.10.3", "1.11.1"]
11+
clojure-version: ["1.10.3", "1.11.4", "1.12.0"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)