Skip to content

Commit

Permalink
Run all matrix combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Oct 13, 2024
1 parent 758a47f commit 77e5809
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
java: [ 8, 11, 17, 19, 21, 22, 23 ]
java: [ 8, 11, 17, 21, 23 ]
exclude:
- java: 8
os: macos-latest
Expand All @@ -46,8 +46,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17, 19, 21, 22, 23 ]
java: [ 8, 11, 17, 21, 23 ]
fasterxmlVersion: [ 2.8.11, 2.9.10, 2.10.4, 2.11.3, 2.12.3, 2.13.4, 2.14.1 ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 77e5809

Please sign in to comment.