Skip to content

Commit

Permalink
refine the matrix a little
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Aug 25, 2024
1 parent ebc66c7 commit a2e9be8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

Critter:
uses: evanchooly/workflows/.github/workflows/build.yml@master
needs:
- Build
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -102,7 +104,7 @@ jobs:
matrix:
mongo: ${{ fromJson(needs.matrix.outputs.version_matrix) }}
driver: ${{ fromJson(needs.matrix.outputs.driver_latest) }}
java: [ 17, 21, 23-ea ]
java: [ 17 ]
uses: evanchooly/workflows/.github/workflows/build.yml@master
secrets:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
Expand All @@ -121,16 +123,16 @@ jobs:
fail-fast: false
matrix:
driver: ${{ fromJson(needs.matrix.outputs.driver_matrix) }}
java: [ 17, 21, 23-ea ]
java: [ 17 ]
mongo: [ 7 ]
include:
- driver: ${{ fromJson(needs.matrix.outputs.driver_latest)[0] }}
java: 21
mongo: 7
- driver: ${{ fromJson(needs.matrix.outputs.driver_latest)[0] }}
java: 22
java: 23-ea
mongo: 7
optional: tre
optional: true
- driver: ${{ needs.matrix.outputs.driver_snapshot }}
java: 17
mongo: 7
Expand Down

0 comments on commit a2e9be8

Please sign in to comment.