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 91b4be3 commit 4f0cb7dCopy full SHA for 4f0cb7d
.github/workflows/run-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-${{ matrix.dependency-version }}-composer-
32
33
- name: Setup PHP
34
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
35
with:
36
php-version: ${{ matrix.php }}
37
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
0 commit comments