We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975091a commit e5a11ddCopy full SHA for e5a11dd
1 file changed
.github/workflows/tests.yml
@@ -138,7 +138,7 @@ jobs:
138
runs-on: ubuntu-22.04
139
strategy:
140
matrix:
141
- php: ${{ fromJson(inputs.ALL_PHP_VERSIONS) }}
+ php: ${{ fromJSON(inputs.ALL_PHP_VERSIONS) }}
142
db: ['mysql:5.7']
143
include:
144
- php: ${{ inputs.MIN_PHP_VERSION }}
@@ -261,7 +261,7 @@ jobs:
261
262
263
264
265
db: ['postgres:14']
266
267
0 commit comments