Skip to content

Commit 370f778

Browse files
committed
WIP
1 parent bda129b commit 370f778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
laravel: 7.*
1717
phpunit: 9.*
1818
testbench: 5.*
19+
larastan: 1.*
1920

2021
name: Laravel Actions Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2122

@@ -42,6 +43,7 @@ jobs:
4243
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4344
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
4445
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
46+
composer require "nunomaduro/larastan:${{ matrix.larastan }}" --no-interaction --no-update
4547
composer update --prefer-dist --no-interaction
4648
composer dump
4749

0 commit comments

Comments
 (0)