Skip to content

Commit 1315bf3

Browse files
committed
test: added test on mongodb 8.2
1 parent 2323eb0 commit 1315bf3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main_test_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- 'main'
77
- 'master'
88
repository_dispatch:
9-
types: [build]
9+
types: [ build ]
1010

1111
jobs:
1212
test:
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: [ '4.4', '5.0', '6.0', '7.0', '8.0', '8.2' ]
1717
java: [ '21', '25' ]
1818
steps:
1919
- uses: actions/checkout@main

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A library for easy usage of the mongo-scala-driver (5.1.xa). Full MongoDB Functionality in Scala with a few lines of code.
66

77
## MongoDB Support
8-
We currently testing with '4.4', '5.0', '6.0', '7.0' and '8.0'.
8+
We currently testing with '4.4', '5.0', '6.0', '7.0' '8.0' and '8.2'.
99

1010
## Features
1111

0 commit comments

Comments
 (0)