Skip to content

Commit 4f0cb7d

Browse files
committed
update setup-php action
1 parent 91b4be3 commit 4f0cb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-${{ matrix.dependency-version }}-composer-
3232
3333
- name: Setup PHP
34-
uses: shivammathur/setup-php@v1
34+
uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: ${{ matrix.php }}
3737
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick

0 commit comments

Comments
 (0)