Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giltene authored May 5, 2024
1 parent 05ea4e1 commit 3d26bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [8, 8.0.192, 11, 11.0.3, 17, 17.0.6, 18, 19]
java: [8, 8.0.192, 11, 11.0.3, 17, 17.0.10, 21]
fail-fast: false
max-parallel: 6
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8.0.352, 8, 11.0.17, 11, 17, 17.0.6]
java: [8.0.352, 8, 11.0.17, 11, 17, 17.0.6, 21]
fail-fast: false
max-parallel: 6
name: Test Zing JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down

0 comments on commit 3d26bfe

Please sign in to comment.