Skip to content

Commit

Permalink
Ah! x5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Mar 10, 2024
1 parent cfdd22a commit 562bcda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/termwind:${{ matrix.termwind }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-suggest
composer require "laravel/framework:${{ matrix.laravel }}" "nunomaduro/termwind:${{ matrix.termwind }}" --no-interaction --no-update
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run test suite
run: composer run-script test
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-mock": "^2.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 562bcda

Please sign in to comment.