We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f007b2c commit 1ce804cCopy full SHA for 1ce804c
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
if: github.ref == 'refs/heads/master'
25
26
steps:
27
- - uses: shivammathur/setup-php@a36e1e52ff4a1c9e9c9be31551ee4712a6cb6bd0
+ - uses: shivammathur/setup-php@v2
28
with:
29
php-version: '8.1'
30
extensions: fileinfo
@@ -58,7 +58,7 @@ jobs:
58
if: github.ref == 'refs/heads/develop'
59
60
61
- - uses: shivammathur/setup-php@16011a795d747d5f45038f96371c3b98aec5669d
62
63
php-version: ${{ matrix.php }}
64
extensions: fileinfo, zip
0 commit comments