Skip to content

Commit c5c0f8b

Browse files
committed
wip as string.
1 parent 18c62a3 commit c5c0f8b

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)