Skip to content

Commit 0367914

Browse files
committed
Fix Laravel 11 Test
1 parent 108383e commit 0367914

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: composer validate
4141

4242
- name: Update composer.json
43-
run: composer require illuminate/support:${{ matrix.laravel-version }} --no-update
43+
run: composer require laravel/framework:${{ matrix.laravel-version }} --no-update --dev
4444

4545
- name: Install dependencies
4646
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"illuminate/support": "^9.34 || ^10.0 || ^11.0"
3333
},
3434
"require-dev": {
35-
"laravel/framework": "^10.0",
3635
"orchestra/testbench": "^8.0 || ^9.0",
3736
"phpunit/phpunit": "^10.4.1"
3837
},

0 commit comments

Comments
 (0)