Skip to content

Commit

Permalink
🔧 support all the laravels
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Jul 20, 2023
1 parent 9a8f1e7 commit 7388f77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0]
laravel: [^8.43]
php: ["8.0",8.1,8.2]
laravel: [^8.43,^9,^10]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: ^8.43
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
],
"require": {
"php": ">=8.0",
"illuminate/database": "^8.43",
"illuminate/support": "^8.43",
"illuminate/collections": "^8.43",
"illuminate/config": "^8.43",
"illuminate/cache": "^8.43",
"php": "^8.0",
"illuminate/database": "^8.43|^9|^10",
"illuminate/support": "^8.43|^9|^10",
"illuminate/collections": "^8.43|^9|^10",
"illuminate/config": "^8.43|^9|^10",
"illuminate/cache": "^8.43|^9|^10",
"symfony/console": "^5.3"
},
"require-dev": {
Expand Down

0 comments on commit 7388f77

Please sign in to comment.