Skip to content

Commit

Permalink
laravel 9 to 11 plz
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr0y committed Sep 19, 2024
1 parent 458bacf commit 9fe4146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.0", 8.1, 8.2]
illuminate: [9]
php: ["8.0", 8.1, 8.2, 8.3]
illuminate: [9, 10, 11]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}
],
"require": {
"illuminate/support": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"synergitech/cronitor": "^0.0.1"
},
"autoload": {
Expand Down

0 comments on commit 9fe4146

Please sign in to comment.