Skip to content

Commit 88401f7

Browse files
committed
Updates Larastan package name in workflow
Updates the package name for Larastan in the test workflow due to a change in the package's vendor.
1 parent 46fca53 commit 88401f7

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
@@ -167,7 +167,7 @@ jobs:
167167
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
168168
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
169169
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
170-
composer require "nunomaduro/larastan:${{ matrix.larastan }}" --no-interaction --no-update
170+
composer require "larastan/larastan:${{ matrix.larastan }}" --no-interaction --no-update
171171
composer update --prefer-dist --no-interaction
172172
composer dump
173173

0 commit comments

Comments
 (0)