We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230919a commit aa59b00Copy full SHA for aa59b00
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
name: PHP ${{ matrix.php }}
23
24
steps:
25
- - name: Setup PHP ${{ matrix.php-version }}
+ - name: Setup PHP ${{ matrix.php }}
26
uses: shivammathur/setup-php@v2
27
with:
28
php-version: ${{ matrix.php }}
0 commit comments