Skip to content

Commit ee9611d

Browse files
committed
Update Clojure versions in test workflow
Removed Clojure version '1.10.3' from the workflow matrix.
1 parent 620cdd9 commit ee9611d

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
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest] # macOS-latest, windows-latest]
1313
java-version: ["8", "11", "17", "21", "25"]
14-
clojure-version: ["1.10.3", "1.11.4", "1.12.3"]
14+
clojure-version: ["1.11.4", "1.12.3"] # "1.10.3" removed
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)