We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f238d59 commit 067da19Copy full SHA for 067da19
.github/workflows/ci.yaml
@@ -117,15 +117,15 @@ jobs:
117
- run: .kokoro/build.sh
118
env:
119
JOB_TYPE: test
120
- units-java24:
+ units-java25:
121
# Building using Java 8 and run the tests with Java 24 runtime
122
- name: "units (24)"
+ name: "units (25)"
123
runs-on: ubuntu-latest
124
steps:
125
- uses: actions/checkout@v4
126
- uses: actions/setup-java@v3
127
with:
128
- java-version: 24
+ java-version: 25
129
distribution: temurin
130
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
131
# Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
0 commit comments