Skip to content

Commit 067da19

Browse files
authored
ci: upgrade tests to JDK 25 (#2607)
1 parent f238d59 commit 067da19

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
@@ -117,15 +117,15 @@ jobs:
117117
- run: .kokoro/build.sh
118118
env:
119119
JOB_TYPE: test
120-
units-java24:
120+
units-java25:
121121
# Building using Java 8 and run the tests with Java 24 runtime
122-
name: "units (24)"
122+
name: "units (25)"
123123
runs-on: ubuntu-latest
124124
steps:
125125
- uses: actions/checkout@v4
126126
- uses: actions/setup-java@v3
127127
with:
128-
java-version: 24
128+
java-version: 25
129129
distribution: temurin
130130
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
131131
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.

0 commit comments

Comments
 (0)