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