Skip to content

Commit e24847d

Browse files
committed
ci: removed testing on mongodb versions beyond 6.0
1 parent c6e9ce9 commit e24847d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)