Skip to content

Commit 0164663

Browse files
committed
Fix incorrect PHPUnit config file reference
1 parent 0c5ad4e commit 0164663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-L9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" "mockery/mockery:^1.3.2" --no-interaction --no-update
4848
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4949
- name: Execute tests
50-
run: vendor/bin/phpunit -c phpunit-laravel8.xml.dist
50+
run: vendor/bin/phpunit -c phpunit-laravel9.xml.dist

0 commit comments

Comments
 (0)