File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
- name : Install dependencies
71
71
run : |
72
72
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
73
- composer update --${{ matrix.stability }} --prefer-dist --no-interaction
73
+ composer update --${{ matrix.stability }} --prefer-dist --no-interaction --with-all-dependencies
74
74
75
75
- name : Execute tests
76
76
run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 48
48
"larastan/larastan" : " ^2.9" ,
49
49
"mockery/mockery" : " ^1.4" ,
50
50
"nunomaduro/phpinsights" : " ^2.11" ,
51
- "orchestra/testbench" : " ^8.0|^9.0 " ,
52
- "phpunit/phpunit" : " ^10.5 " ,
51
+ "orchestra/testbench" : " 10.* " ,
52
+ "phpunit/phpunit" : " ^11.5.3 " ,
53
53
"squizlabs/php_codesniffer" : " ^3.7"
54
54
},
55
55
"scripts" : {
You can’t perform that action at this time.
0 commit comments