Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
test: Update matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
pboivin committed Feb 9, 2023
1 parent 2c62d78 commit a2acdd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ jobs:
include:
- php: '8.2'
dusk: '7.*'
testbench: '7.*'
- php: '8.1'
dusk: '7.*'
testbench: '7.*'
- php: '8.0'
dusk: '7.*'
testbench: '7.*'
- php: '7.4'
dusk: '6.*'
testbench: '6.*'
exclude:
- twill: '3.0.0-rc3'
php: '7.4'
Expand Down Expand Up @@ -55,8 +59,7 @@ jobs:
- name: Install dependencies
if: steps.composer-cache.outputs.cache-hit != 'true'
run: |
composer require "laravel/dusk:${{ matrix.dusk }}" --no-interaction --no-update
composer require "area17/twill:${{ matrix.twill }}" --no-interaction --no-update
composer require "orchestra/testbench:${{ matrix.testbench }}" "laravel/dusk:${{ matrix.dusk }}" "area17/twill:${{ matrix.twill }}" --no-interaction --no-update
composer install --prefer-dist --no-interaction --no-plugins
- name: Run test suite
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"area17/twill": "^2.0|^3.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^6.0|^7.0",
"laravel/dusk": "^6.0|^7.0"
},
"autoload": {
Expand Down

0 comments on commit a2acdd2

Please sign in to comment.