Skip to content

Commit 250eca6

Browse files
author
QuadStingray
committed
test: activated tests for mongodb 6
1 parent 68f47bd commit 250eca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
mongodb-version: ['4.4.14', '5.0.9']
16+
mongodb-version: ['4.4', '5.0', '6.0']
1717
java: [ '11', '17' ]
1818
steps:
1919
- uses: actions/[email protected]

.github/workflows/other_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
mongodb-version: ['4.4.14', '5.0.9']
16+
mongodb-version: ['4.4', '5.0', '6.0']
1717
java: [ '11', '17' ]
1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)