Skip to content

Commit 728538d

Browse files
committed
update mongodb version
1 parent 3dcbea9 commit 728538d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,14 @@ jobs:
5656
matrix:
5757
os: [ubuntu-latest]
5858
python-version: ["3.9", "pypy-3.10", "3.13t"]
59+
mongodb-version: ["8.0"]
5960
include:
6061
- os: windows-latest
6162
python-version: "3.13"
63+
mongodb-version: "8.0"
6264
- os: macos-latest
6365
python-version: "3.10"
66+
6467
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
6568
steps:
6669
- uses: actions/checkout@v4
@@ -78,7 +81,7 @@ jobs:
7881
- id: setup-mongodb
7982
uses: mongodb-labs/drivers-evergreen-tools@master
8083
with:
81-
version: "6.0"
84+
version: "${{ matrix.mongodb-version }}"
8285
topology: replica_set
8386
- name: Run tests
8487
run: just test

0 commit comments

Comments
 (0)