Skip to content

Commit c7d30f7

Browse files
committed
Update actions
1 parent b113776 commit c7d30f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
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
3838
coverage: none
3939

4040
- name: Install dependencies
4141
run: |
42-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
42+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --ignore-platform-reqs ext-pcntl ext-posix
4343
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
4444
4545
- name: Execute tests

0 commit comments

Comments
 (0)