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 d3b2fc8 commit 3308004Copy full SHA for 3308004
.github/workflows/run-tests.yml
@@ -72,7 +72,6 @@ jobs:
72
run: |
73
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
74
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
75
-# composer require "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.pest }}" "pestphp/pest-plugin-type-coverage:${{ matrix.pest }}" --no-interaction --no-update
76
composer update --prefer-dist --no-interaction
77
composer dump
78
0 commit comments