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.
2 parents cc243dc + 21e279d commit b4c35b2Copy full SHA for b4c35b2
1 file changed
.github/workflows/on-pull-request.yml
@@ -19,7 +19,7 @@ jobs:
19
name: PHP ${{ matrix.php }}; ${{ matrix.os }}
20
steps:
21
- name: Setup PHP
22
- uses: shivammathur/setup-php@2.35.2
+ uses: shivammathur/setup-php@2.35.4
23
with:
24
php-version: ${{ matrix.php }}
25
extensions: curl, json, mbstring, pcre
0 commit comments