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 8463924 commit 3a3e2bdCopy full SHA for 3a3e2bd
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
30
31
- name: Setup PHP
32
- uses: shivammathur/setup-php@v1
+ uses: shivammathur/setup-php@v2
33
with:
34
php-version: ${{ matrix.php }}
35
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
0 commit comments