Skip to content

Commit 58e5311

Browse files
committed
add pymongo 4.7 and pymongo 4.8 to the CI
1 parent 9e3f1d9 commit 58e5311

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/github-actions.yml

+8
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ env:
2929
PYMONGO_4_3: 4.3.3
3030
PYMONGO_4_4: 4.4.1
3131
PYMONGO_4_6: 4.6.2
32+
PYMONGO_4_7: 4.7.3
33+
PYMONGO_4_8: 4.8.0
3234

3335
MAIN_PYTHON_VERSION: 3.9
3436

@@ -78,6 +80,12 @@ jobs:
7880
- python-version: "3.11"
7981
MONGODB: $MONGODB_7_0
8082
PYMONGO: $PYMONGO_4_6
83+
- python-version: "3.11"
84+
MONGODB: $MONGODB_7_0
85+
PYMONGO: $PYMONGO_4_7
86+
- python-version: "3.11"
87+
MONGODB: $MONGODB_7_0
88+
PYMONGO: $PYMONGO_4_8
8189
steps:
8290
- uses: actions/checkout@v3
8391
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)