Skip to content

Commit cb8c626

Browse files
authored
ci: test in main branch with MongoDB 8.0
1 parent f9c9720 commit cb8c626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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', '5.0', '6.0', '7.0']
16+
mongodb-version: [ '4.4', '5.0', '6.0', '7.0' , '8.0' ]
1717
java: [ '21', '23' ]
1818
steps:
1919
- uses: actions/checkout@main

0 commit comments

Comments
 (0)