File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,10 @@ jobs:
53
53
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev --ignore-platform-reqs
54
54
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
55
55
56
- - name : Setup problem matchers for PHP
57
- run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
58
-
59
- - name : Setup problem matchers for PHPUnit
60
- run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
56
+ - name : Setup problem matchers
57
+ run : |
58
+ echo "::add-matcher::${{ runner.tool_cache }}/php.json"
59
+ echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
61
60
62
61
- name : Execute tests (Unit and Feature)
63
62
run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 39
39
"require-dev" : {
40
40
"orchestra/testbench" : " ^8.0||^9.0||^10.0" ,
41
41
"phpunit/phpunit" : " ^10.0||^11.0||^12.0" ,
42
- "vimeo/psalm" : " ^5.8" ,
42
+ "vimeo/psalm" : " ^5.8||^6.0 " ,
43
43
"phpstan/phpstan" : " ^1.10" ,
44
44
"squizlabs/php_codesniffer" : " ^3.8" ,
45
45
"slevomat/coding-standard" : " ^8.14" ,
You can’t perform that action at this time.
0 commit comments