Skip to content

Commit 0cc7739

Browse files
committed
Update to shivammathur/setup-php@v2
1 parent 7bca7b9 commit 0cc7739

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
path: ~/.composer/cache/files
5050
key: ${{ matrix.php }}-${{ matrix.symfony_constraint }}-${{ matrix.composer_option }}
51-
- uses: shivammathur/setup-php@v1
51+
- uses: shivammathur/setup-php@v2
5252
with:
5353
php-version: ${{ matrix.php }}
5454
coverage: xdebug
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
path: ~/.composer/cache/files
7676
key: '7.4--'
77-
- uses: shivammathur/setup-php@v1
77+
- uses: shivammathur/setup-php@v2
7878
with:
7979
php-version: '7.4'
8080
- run: composer install --no-progress --ansi
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
path: ~/.composer/cache/files
9090
key: '7.4--'
91-
- uses: shivammathur/setup-php@v1
91+
- uses: shivammathur/setup-php@v2
9292
with:
9393
php-version: '7.4'
9494
- run: composer install --no-progress --ansi

0 commit comments

Comments
 (0)