Skip to content

Commit f2546fc

Browse files
committed
[ci] jdk update
1 parent 50f4804 commit f2546fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-ghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: coursier/setup-action@v1
4141
with:
4242
apps: sbt
43-
jvm: zulu:17
43+
jvm: zulu:25
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v5
4646
- name: Build site

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fail-fast: false
77
matrix:
88
os: [ ubuntu-latest, windows-latest]
9-
java: [ 8, 17, 21 ]
9+
java: [ 8, 17, 25 ]
1010
runs-on: ${{ matrix.os }}
1111
name: Test-${{ matrix.os }}-${{ matrix.java }}
1212
steps:

0 commit comments

Comments
 (0)