Skip to content

Commit 562bcda

Browse files
committed
Ah! x5
1 parent cfdd22a commit 562bcda

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/php.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737

3838
- name: Install dependencies
3939
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
4243
4344
- name: Run test suite
4445
run: composer run-script test

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"pestphp/pest": "^2.0",
3939
"pestphp/pest-plugin-mock": "^2.0",
4040
"roave/security-advisories": "dev-latest",
41-
"vimeo/psalm": "^4.30"
41+
"vimeo/psalm": "^5.0"
4242
},
4343
"autoload": {
4444
"psr-4": {

0 commit comments

Comments
 (0)