Skip to content

Commit

Permalink
mongo 7
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Sep 11, 2024
1 parent 8b539af commit 6e7d9c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
python-version: '3.8.14'
services:
mongo:
image: mongo:4.4
image: mongo:7.0
ports:
- 27017:27017

Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
nosetests_node_index: 0
python-version-short: '3.8'
python-version: '3.8.10'
- name: 'Integration Tests (chunk 1)'
- name: 'Integration Tests'
task: 'ci-integration'
nosetests_node_total: 1
nosetests_node_index: 0
Expand All @@ -415,15 +415,15 @@ jobs:
nosetests_node_index: 0
python-version-short: '3.9'
python-version: '3.9.14'
- name: 'Integration Tests (chunk 1)'
- name: 'Integration Tests'
task: 'ci-integration'
nosetests_node_total: 1
nosetests_node_index: 0
python-version-short: '3.9'
python-version: '3.9.14'
services:
mongo:
image: mongo:4.4
image: mongo:7.0
ports:
- 27017:27017

Expand Down

0 comments on commit 6e7d9c6

Please sign in to comment.