Skip to content

Commit 1205069

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 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
@@ -21,7 +21,8 @@ jobs:
2121
- run: |
2222
git config --global core.autocrlf false
2323
- uses: actions/checkout@v4
24-
- uses: ankane/setup-mongodb@v1
24+
- name: Start MongoDB
25+
uses: supercharge/mongodb-github-action@1.12.0
2526
with:
2627
mongodb-version: 5.0
2728
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)