Skip to content

Commit dbb231e

Browse files
authored
Merge pull request #1924 from rennokki/hotfix/mongo-version-in-ci
[hotfix] The Mongo version in CI for 4.0 uses actually the 4
2 parents 30e2000 + 2b1d008 commit dbb231e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ${{matrix.os}}
1212
strategy:
1313
matrix:
14-
php: [7.1, 7.2, 7.3, 7.4]
14+
php: ['7.1', '7.2', '7.3', '7.4']
1515
os: ['ubuntu-latest']
16-
mongodb: [3.6, 4.0, 4.2]
16+
mongodb: ['3.6', '4.0', '4.2']
1717
services:
1818
mongo:
1919
image: mongo:${{ matrix.mongodb }}

0 commit comments

Comments
 (0)