Skip to content

Commit

Permalink
Ah! x8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Mar 10, 2024
1 parent 4d922a7 commit 24fa472
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ jobs:
- laravel: 11.*
testbench: 9.*
termwind: 2.*
pest: 2.*
- laravel: 10.*
testbench: 8.*
termwind: 1.*
pest: 1.*
- laravel: 9.*
testbench: 7.*
termwind: 1.*
pest: 1.*

name: PHP ${{ matrix.php }} + Laravel ${{ matrix.laravel }}
steps:
Expand All @@ -38,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
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 require "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-mock":${{ matrix.pest }}" --dev --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run test suite
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"require-dev": {
"illuminate/testing": "^9.0|^10.0|^11.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.1",
"pestphp/pest-plugin-mock": "^1.0",
"pestphp/pest": "^1.1|^2.0",
"pestphp/pest-plugin-mock": "^1.0|^2.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.0"
},
Expand Down

0 comments on commit 24fa472

Please sign in to comment.