Skip to content

Commit

Permalink
Tweaks workbench versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 7, 2024
1 parent 59e12c9 commit c6c06aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
include:
- laravel: 10.*
testbench: 8.*
workbench: 8.*
- laravel: 11.*
testbench: 9.*
workbench: 9.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand All @@ -38,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:^2.64.1" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/workbench:${{ matrix.workbench }}" "nesbot/carbon:^2.64.1" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require-dev": {
"laravel/pint": "^1.10",
"orchestra/testbench": "^8.14|^9.0",
"orchestra/workbench": "^1.0|^8.3",
"orchestra/workbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.5"
},
"autoload": {
Expand Down

0 comments on commit c6c06aa

Please sign in to comment.