Skip to content

Commit 39c8107

Browse files
committed
Upgrade MongoDB version on CI test workflow
1 parent bb826f0 commit 39c8107

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
operating_system:
13-
- ubuntu-22.04 # Specify latest Ubuntu version with MongoDB preinstalled as for Ubuntu-22.04 MongoDB is not currently available. See https://github.com/actions/runner-images/issues/5490
13+
- ubuntu-22.04
1414
- windows-latest
1515
- macos-latest
1616
fail-fast: false # run tests on other operating systems even if one fails
@@ -22,8 +22,6 @@ jobs:
2222
git config --global core.autocrlf false
2323
- uses: actions/checkout@v4
2424
- uses: ankane/setup-mongodb@v1
25-
with:
26-
mongodb-version: 5.0
2725
- uses: actions/setup-node@v4
2826
with:
2927
node-version: 20

0 commit comments

Comments
 (0)