Skip to content

Commit 49eece7

Browse files
committed
update workflows
1 parent 0186126 commit 49eece7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest] # macOS-latest, windows-latest]
1313
java-version: ["8", "11", "17", "21"]
14-
clojure-version: ["1.10.3", "1.11.1"]
14+
clojure-version: ["1.11.1", "1.12.4"]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)