Skip to content

Commit c9ac18b

Browse files
maigovannongae-java-bot
authored andcommitted
- Add Maven CI action for building with Zulu and Liberica JDKs for Java 21, 23.
- Removing Java 22 from all JDK since we can now safely just test on JDK23 and the upcoming JDK24. PiperOrigin-RevId: 727603486 Change-Id: I73c659ef58fe85fb6d9964d0997949eccec08aeb
1 parent 5cbc711 commit c9ac18b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest]
34-
java: [17, 21, 22, 23]
35-
jdk: [temurin]
34+
java: [17, 21, 23]
35+
jdk: [temurin, liberica, zulu]
36+
exclude:
37+
- java: 17
38+
jdk: liberica
39+
- java: 17
40+
jdk: zulu
3641
fail-fast: false
3742

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

0 commit comments

Comments
 (0)