Skip to content

Commit 1385c5c

Browse files
Update github-actions.yml
1 parent 6cc901d commit 1385c5c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env:
2929
PYMONGO_4_6: 4.6.2
3030
PYMONGO_4_7: 4.7.3
3131
PYMONGO_4_8: 4.8.0
32+
PYMONGO_4_9: 4.9
3233

3334
MAIN_PYTHON_VERSION: 3.9
3435

@@ -83,6 +84,9 @@ jobs:
8384
- python-version: "3.11"
8485
MONGODB: $MONGODB_7_0
8586
PYMONGO: $PYMONGO_4_8
87+
- python-version: "3.11"
88+
MONGODB: $MONGODB_7_0
89+
PYMONGO: $PYMONGO_4_9
8690
steps:
8791
- uses: actions/checkout@v4
8892
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)