Unverified Commit dbb231ec authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1924 from rennokki/hotfix/mongo-version-in-ci

[hotfix] The Mongo version in CI for 4.0 uses actually the 4
parents 30e20005 2b1d0087
......@@ -11,9 +11,9 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
php: [7.1, 7.2, 7.3, 7.4]
php: ['7.1', '7.2', '7.3', '7.4']
os: ['ubuntu-latest']
mongodb: [3.6, 4.0, 4.2]
mongodb: ['3.6', '4.0', '4.2']
services:
mongo:
image: mongo:${{ matrix.mongodb }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment