Skip to content

Commit

Permalink
Support Laravel 11 and add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Feb 5, 2024
1 parent 60fc8cd commit aced95e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: true
matrix:
php: ["8.0", "8.1", "8.2", "8.3"]
laravel: ["^9.0", "^10.0"]
laravel: ["^9.0", "^10.0", "^11.0"]
exclude:
- { php: "8.0", laravel: "^10.0"}
- { php: "8.0", laravel: "^11.0"}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"ext-json": "*",
"doctrine/dbal": "^2.6|^3.0",
"goldspecdigital/oooas": "^2.7.1",
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"phpdocumentor/reflection-docblock": "^5.0"
},
"require-dev": {
"orchestra/testbench": "^5.3|^6.0|^7.0|^8.0",
"orchestra/testbench": "^5.3|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.5.13|^10.5"
},
"autoload": {
Expand Down

0 comments on commit aced95e

Please sign in to comment.