Skip to content

Commit

Permalink
Fix Laravel 11 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Jan 10, 2024
1 parent 108383e commit 0367914
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: composer validate

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

- name: Install dependencies
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"illuminate/support": "^9.34 || ^10.0 || ^11.0"
},
"require-dev": {
"laravel/framework": "^10.0",
"orchestra/testbench": "^8.0 || ^9.0",
"phpunit/phpunit": "^10.4.1"
},
Expand Down

0 comments on commit 0367914

Please sign in to comment.