Skip to content

Commit be190a2

Browse files
ludochgae-java-bot
authored andcommitted
Reduce JDKs usage to mininime GH action flakes.
PiperOrigin-RevId: 743648610 Change-Id: I7a68d6f058e7365a487204d1a588f6aca1adcd73
1 parent 686ca03 commit be190a2

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ jobs:
3232
matrix:
3333
os: [ubuntu-latest]
3434
java: [17, 21, 24]
35-
jdk: [temurin, liberica, zulu]
36-
exclude:
37-
- java: 17
38-
jdk: liberica
39-
- java: 17
40-
jdk: zulu
41-
- java: 24
42-
jdk: temurin
35+
jdk: [temurin]
4336
fail-fast: false
4437

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

0 commit comments

Comments
 (0)