Skip to content

Commit

Permalink
Adds collision ^8.x to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 6, 2024
1 parent 53d989f commit 779b315
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 @@ -22,8 +22,10 @@ jobs:
include:
- laravel: 10.*
testbench: 8.*
collision: ^6.0
- laravel: 11.*
testbench: ^9.0
collision: ^8.1
exclude:
- laravel: 11.*
php: 8.1
Expand All @@ -48,7 +50,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 }}" "nunomaduro/collision:${{ matrix.collision }}" "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 @@ -20,7 +20,7 @@
"illuminate/contracts": "^10.0|^11.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"nunomaduro/collision": "^6.0|^8.1",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.5"
},
Expand Down

0 comments on commit 779b315

Please sign in to comment.