File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
- name : Install dependencies
39
39
run : |
40
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/termwind:${{ matrix.termwind }}" --no-interaction --no-update
41
- composer update --prefer-dist --no-interaction --no-suggest
40
+ composer require "laravel/framework:${{ matrix.laravel }}" "nunomaduro/termwind:${{ matrix.termwind }}" --no-interaction --no-update
41
+ composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
42
+ composer update --prefer-dist --no-interaction
42
43
43
44
- name : Run test suite
44
45
run : composer run-script test
Original file line number Diff line number Diff line change 38
38
"pestphp/pest" : " ^2.0" ,
39
39
"pestphp/pest-plugin-mock" : " ^2.0" ,
40
40
"roave/security-advisories" : " dev-latest" ,
41
- "vimeo/psalm" : " ^4.30 "
41
+ "vimeo/psalm" : " ^5.0 "
42
42
},
43
43
"autoload" : {
44
44
"psr-4" : {
You can’t perform that action at this time.
0 commit comments