Skip to content

Commit 4aba27c

Browse files
authored
ci: upgrade tests to JDK 25 (#2119)
1 parent c0af9bb commit 4aba27c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
java: [8, 11, 17, 24]
28+
java: [8, 11, 17, 25]
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-java@v4
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
java: [8, 11, 17, 24]
57+
java: [8, 11, 17, 25]
5858
steps:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-java@v4
@@ -110,4 +110,4 @@ jobs:
110110
distribution: temurin
111111
- run: .kokoro/build.sh
112112
env:
113-
JOB_TYPE: test
113+
JOB_TYPE: test

0 commit comments

Comments
 (0)