Skip to content

Commit

Permalink
add mongo7 into workflows matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Aug 20, 2024
1 parent fb79365 commit 3b4e7e7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ jobs:
fail-fast: false
matrix:
include:
# the current production setup
- java: '8'
mongo: 'mongodb-linux-x86_64-3.6.13'
mongo: 'mongodb-linux-x86_64-ubuntu2204-7.0.4'
wired_tiger: 'false'
gradle_test: 'test'
# test all code w/ java 11
- java: '11'
mongo: 'mongodb-linux-x86_64-3.6.23'
wired_tiger: 'true'
gradle_test: 'test'
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -65,7 +61,7 @@ jobs:
- name: Run tests
shell: bash
run: |
gradle ${{matrix.gradle_test}}
gradle test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 3b4e7e7

Please sign in to comment.