Skip to content

Commit 92ade2b

Browse files
authored
WIP
1 parent 94ac468 commit 92ade2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Install dependencies
5656
run: |
57-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
57+
composer require "illuminate/contracts:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5858
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5959
6060
- name: Execute tests

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require-dev": {
2828
"nunomaduro/collision": "^7.8 || ^8.0",
2929
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
30-
"phpunit/phpunit": "^10.0"
30+
"phpunit/phpunit": "^10.0 || ^11.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)