Skip to content

Commit b9472c8

Browse files
efredericksonbagerard
authored andcommitted
Update github-actions.yml
1 parent ab1e401 commit b9472c8

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
@@ -31,6 +31,7 @@ env:
3131
PYMONGO_4_6: 4.6.2
3232
PYMONGO_4_7: 4.7.3
3333
PYMONGO_4_8: 4.8.0
34+
PYMONGO_4_9: 4.9
3435

3536
MAIN_PYTHON_VERSION: 3.9
3637

@@ -88,6 +89,9 @@ jobs:
8889
- python-version: "3.11"
8990
MONGODB: $MONGODB_7_0
9091
PYMONGO: $PYMONGO_4_8
92+
- python-version: "3.11"
93+
MONGODB: $MONGODB_7_0
94+
PYMONGO: $PYMONGO_4_9
9195
steps:
9296
- uses: actions/checkout@v4
9397
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)