Skip to content

Commit f559515

Browse files
ludochgae-java-bot
authored andcommitted
Add the java 24 zulu for building and testing to the appengine maven github workflow.
PiperOrigin-RevId: 738431778 Change-Id: I9060e0b31896e73943e362b4c0bc156a8e9bac2c
1 parent a241f57 commit f559515

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest]
34-
java: [17, 21, 23]
34+
java: [17, 21, 24]
3535
jdk: [temurin, liberica, zulu]
3636
exclude:
3737
- java: 17
3838
jdk: liberica
3939
- java: 17
4040
jdk: zulu
41+
- java: 24
42+
jdk: temurin
4143
fail-fast: false
4244

4345
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)