Skip to content

Commit bba8832

Browse files
Update ci.yml
1 parent ef5b650 commit bba8832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
strategy:
3030
matrix:
31-
php-versions: ${{fromJSON(input.php-versions)}}
31+
php-versions: ${{fromJSON(inputs.php-versions)}}
3232
prefer: ${{fromJSON(input.prefer-stability)}}
3333
name: Test with ${{ matrix.prefer }} dependency versions on PHP ${{ matrix.php-versions }}
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)