Skip to content

Commit e5a11dd

Browse files
committed
Fix fromJSON
1 parent 975091a commit e5a11dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ubuntu-22.04
139139
strategy:
140140
matrix:
141-
php: ${{ fromJson(inputs.ALL_PHP_VERSIONS) }}
141+
php: ${{ fromJSON(inputs.ALL_PHP_VERSIONS) }}
142142
db: ['mysql:5.7']
143143
include:
144144
- php: ${{ inputs.MIN_PHP_VERSION }}
@@ -261,7 +261,7 @@ jobs:
261261
runs-on: ubuntu-22.04
262262
strategy:
263263
matrix:
264-
php: ${{ fromJson(inputs.ALL_PHP_VERSIONS) }}
264+
php: ${{ fromJSON(inputs.ALL_PHP_VERSIONS) }}
265265
db: ['postgres:14']
266266
include:
267267
- php: ${{ inputs.MIN_PHP_VERSION }}

0 commit comments

Comments
 (0)