Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 7da78a6

Browse files
committed
Ignore platform reqs for now on tests
1 parent 02e15af commit 7da78a6

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
48-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
48+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
4949
5050
- name: Execute tests
5151
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)