Skip to content

Commit e0c7541

Browse files
committed
fixes
1 parent 5531654 commit e0c7541

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ jobs:
1313
include:
1414
- laravel: 8.*
1515
testbench: ^6.17
16+
larastan: ^1.0
1617
- laravel: 9.*
1718
testbench: ^7.6
19+
larastan: ^2.0
1820
os: [ubuntu-latest]
1921

2022
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
@@ -38,7 +40,7 @@ jobs:
3840

3941
- name: Install dependencies
4042
run: |
41-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
43+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/larastan:${{ matrix.larastan }}" --no-interaction --no-update
4244
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4345
4446
- name: Execute tests

0 commit comments

Comments
 (0)