Skip to content

Commit 19553b8

Browse files
committed
use ubuntu 22.04 for test
1 parent 0eeec00 commit 19553b8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,14 @@ jobs:
5454
test:
5555
# Test suite run against recent python versions
5656
# and against a few combination of MongoDB and pymongo
57-
runs-on: ubuntu-latest
57+
runs-on: ubuntu-22.04
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.9, pypy3.10]
61+
python-version: [3.8, 3.9, "3.10", 3.11, pypy3.9, pypy3.10]
6262
MONGODB: [$MONGODB_4_0]
6363
PYMONGO: [$PYMONGO_3_11]
6464
include:
65-
- python-version: 3.7
66-
MONGODB: $MONGODB_3_6
67-
PYMONGO: $PYMONGO_3_9
6865
- python-version: 3.8
6966
MONGODB: $MONGODB_4_4
7067
PYMONGO: $PYMONGO_3_11

0 commit comments

Comments
 (0)