Skip to content

Commit b86ea3d

Browse files
Allow psalm 6
1 parent be34ee5 commit b86ea3d

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ jobs:
5353
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev --ignore-platform-reqs
5454
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --ignore-platform-reqs
5555
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"
6160
6261
- name: Execute tests (Unit and Feature)
6362
run: vendor/bin/phpunit

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"orchestra/testbench": "^8.0||^9.0||^10.0",
4141
"phpunit/phpunit": "^10.0||^11.0||^12.0",
42-
"vimeo/psalm": "^5.8",
42+
"vimeo/psalm": "^5.8||^6.0",
4343
"phpstan/phpstan": "^1.10",
4444
"squizlabs/php_codesniffer": "^3.8",
4545
"slevomat/coding-standard": "^8.14",

0 commit comments

Comments
 (0)