We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5b650 commit bba8832Copy full SHA for bba8832
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
test:
29
strategy:
30
matrix:
31
- php-versions: ${{fromJSON(input.php-versions)}}
+ php-versions: ${{fromJSON(inputs.php-versions)}}
32
prefer: ${{fromJSON(input.prefer-stability)}}
33
name: Test with ${{ matrix.prefer }} dependency versions on PHP ${{ matrix.php-versions }}
34
runs-on: ubuntu-latest
0 commit comments