Skip to content

Commit

Permalink
enable laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aozisik committed Jun 7, 2023
1 parent d943793 commit b03ff26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.4, 8.0, 8.1, 8.2]
laravel: [8.*, 9.*]
laravel: [8.*, 9.*, 10.*]
stability: [prefer-stable]
exclude:
- laravel: 8.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": "^7.4|^8.0",
"laravel/framework": "^7.30.3 || ^8.24 || ^9.0",
"laravel/framework": "^7.30.3 || ^8.24 || ^9.0 || ^10.0",
"statamic/cms": "^3.0.0|^4.0"
},
"require-dev": {
Expand Down

0 comments on commit b03ff26

Please sign in to comment.