Skip to content

Commit

Permalink
let's still run the 5.0 tests and see what's what
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Feb 22, 2024
1 parent e7efd56 commit 93c496d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ jobs:
- driver: ${{ fromJson(needs.matrix.outputs.driver_latest)[0] }}
java: 21
mongo: 7
# - driver: ${{ needs.matrix.outputs.driver_snapshot }}
# java: 17
# mongo: 7
# optional: true
- driver: ${{ needs.matrix.outputs.driver_snapshot }}
java: 17
mongo: 7
optional: true
uses: evanchooly/workflows/.github/workflows/build.yml@master
with:
java: ${{ matrix.java }}
Expand Down

0 comments on commit 93c496d

Please sign in to comment.