Skip to content

Commit 802f8bc

Browse files
authored
Initial commit for alternate JDKs
1 parent 5cbc711 commit 802f8bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/maven.yml

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

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

0 commit comments

Comments
 (0)