Commit c5c0f8bb authored by Alex Renoki's avatar Alex Renoki

wip as string.

parent 18c62a34
......@@ -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