Skip to content

Commit 43ef10b

Browse files
committed
maint: ci: bump jdk 24 to 25
1 parent ea480b0 commit 43ef10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup
1919
uses: ./.github/workflows/shared-setup
2020
with:
21-
jdk: '24'
21+
jdk: '25'
2222

2323
- name: Lint
2424
run: bb lint
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
os: [{name: 'windows', shell: 'pwsh'}, {name: 'ubuntu', shell: 'bash'}]
3232
clojure-version: ["1.8", "1.9", "1.10", "1.11", "1.12"]
33-
jdk: ['8', '11', '17', '21', '24']
33+
jdk: ['8', '11', '17', '21', '25']
3434

3535
name: ${{ matrix.os.name }} clj-${{ matrix.clojure-version }} jdk${{ matrix.jdk }}
3636

0 commit comments

Comments
 (0)