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 0c5ad4e commit 0164663Copy full SHA for 0164663
.github/workflows/run-tests-L9.yml
@@ -47,4 +47,4 @@ jobs:
47
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" "mockery/mockery:^1.3.2" --no-interaction --no-update
48
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
49
- name: Execute tests
50
- run: vendor/bin/phpunit -c phpunit-laravel8.xml.dist
+ run: vendor/bin/phpunit -c phpunit-laravel9.xml.dist
0 commit comments