Skip to content

Commit b80bae4

Browse files
authored
ci: update showcase tests and build java tests to JDK 25
1 parent e5948d0 commit b80bae4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)