Skip to content

Commit

Permalink
Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 27, 2024
1 parent 6069516 commit 7a8135f
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ jobs:
php: 8.0
- laravel: 10
php: 8.1
- laravel: 11
php: 8.3

steps:
- name: Checkout code
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -20,10 +20,10 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^9.0|^10.0"
"illuminate/support": "^9.0|^10.0|^11.0",
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"spatie/valuestore": "^1.2",
"ext-redis": "*"
},

0 comments on commit 7a8135f

Please sign in to comment.