Skip to content

Commit 15ccc15

Browse files
maigovannongae-java-bot
authored andcommitted
Add Maven CI action for building with Zulu and Liberica JDKs for Java 21, 23.
PiperOrigin-RevId: 726925918 Change-Id: Ie2a0328793d525cb40352d0367cbea7be1f91323
1 parent c2a31ea commit 15ccc15

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
os: [ubuntu-latest]
3434
java: [17, 21, 22, 23]
3535
jdk: [temurin]
36+
include:
37+
- java: [21, 23]
38+
jdk: [zulu, liberica]
39+
3640
fail-fast: false
3741

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

0 commit comments

Comments
 (0)