Skip to content

Commit

Permalink
slim down the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Apr 30, 2023
1 parent c49e2db commit 3e0e8cd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: 20
saveBuild: true
maven-flags: "-Dmongodb=6"

Expand All @@ -20,9 +21,18 @@ jobs:
- Build
strategy:
matrix:
java: [ 11, 20 ]
mongo: [ 6, 5, 4.4, 4.2, 4.0 ]
java: [ 20, 11 ]
mongo: [ 6 ]
driver: [ 4.9.1, 4.8.1, 4.7.2, 4.6.1 ]
include:
- java: 11
mongo: 5
- java: 11
mongo: 4.4
- java: 11
mongo: 4.2
- java: 11
mongo: 4.0

uses: evanchooly/workflows/.github/workflows/build.yml@master
secrets:
Expand Down

0 comments on commit 3e0e8cd

Please sign in to comment.