Skip to content

Commit 69fa631

Browse files
authored
Update test matrix
1 parent 08b12c5 commit 69fa631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest] # macOS-latest, windows-latest]
10-
java-version: ["8", "11", "17", "21"]
11-
clojure-version: ["1.10.3", "1.11.4", "1.12.0"]
10+
java-version: ["8", "11", "17", "21", "25"]
11+
clojure-version: ["1.10.3", "1.11.4", "1.12.3"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)