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 bda129b commit 370f778Copy full SHA for 370f778
.github/workflows/run-tests.yml
@@ -16,6 +16,7 @@ jobs:
16
laravel: 7.*
17
phpunit: 9.*
18
testbench: 5.*
19
+ larastan: 1.*
20
21
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
22
@@ -42,6 +43,7 @@ jobs:
42
43
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
44
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
45
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
46
+ composer require "nunomaduro/larastan:${{ matrix.larastan }}" --no-interaction --no-update
47
composer update --prefer-dist --no-interaction
48
composer dump
49
0 commit comments