Skip to content

Commit

Permalink
ci: added mongodb 7 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Oct 20, 2023
1 parent 6cf417b commit cfe910b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0']
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17' ]
steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ['4.4', '5.0', '6.0']
mongodb-version: ['4.4', '5.0', '6.0', '7.0']
java: [ '11', '17' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cfe910b

Please sign in to comment.