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 66f1cc9 + b84f430 commit f456944Copy full SHA for f456944
.github/workflows/run-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
34
35
- name: Setup PHP
36
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
37
with:
38
php-version: ${{ matrix.php }}
39
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
0 commit comments