We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ac468 commit 92ade2bCopy full SHA for 92ade2b
.github/workflows/run-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install dependencies
56
run: |
57
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "illuminate/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
58
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
59
60
- name: Execute tests
composer.json
@@ -27,7 +27,7 @@
27
"require-dev": {
28
"nunomaduro/collision": "^7.8 || ^8.0",
29
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
30
- "phpunit/phpunit": "^10.0"
+ "phpunit/phpunit": "^10.0 || ^11.0"
31
},
32
"autoload": {
33
"psr-4": {
0 commit comments