File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ jobs:
9191 - name : Integration Tests
9292 run : |
9393 bazelisk --batch test //test/integration/...
94- build-java-24 :
95- name : " build(24 ) except self-service clients"
96- # Support for Java 24 is available for all use cases except self-service clients.
94+ build-java-25 :
95+ name : " build(25 ) except self-service clients"
96+ # Support for Java 25 is available for all use cases except self-service clients.
9797 runs-on : ubuntu-22.04
9898 steps :
9999 - uses : actions/checkout@v4
100100 - uses : actions/setup-java@v4
101101 with :
102- java-version : 24
102+ java-version : 25
103103 distribution : temurin
104104 cache : maven
105105 - run : java -version
@@ -307,7 +307,7 @@ jobs:
307307 runs-on : ubuntu-22.04
308308 strategy :
309309 matrix :
310- java : [ 11, 17, 21, 24 ]
310+ java : [ 11, 17, 21, 25 ]
311311 steps :
312312 - uses : actions/checkout@v4
313313 - uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments