Skip to content

Commit

Permalink
Supports Laravel 12 (#16)
Browse files Browse the repository at this point in the history
* Supports Laravel 12
  • Loading branch information
crynobone authored Feb 2, 2025
1 parent 7f6ac1e commit 3a66ef4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/audits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@ jobs:
- 8.3
- 8.4
laravel:
- "10.x"
- "12.x"
- "11.x"
- "10.x"
experimental:
- false
exclude:
- php: 8.1
laravel: "12.x"
- php: 8.1
laravel: "11.x"
- php: 8.4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 8.3
- 8.4
laravel:
- "12.x"
- "11.x"
- "10.x"
dependencies:
Expand All @@ -30,6 +31,8 @@ jobs:
experimental:
- false
exclude:
- php: 8.1
laravel: "12.x"
- php: 8.1
laravel: "11.x"
- php: 8.4
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"require": {
"php": "^8.1",
"illuminate/database": "^10.48.23 || ^11.31",
"illuminate/queue": "^10.48.23 || ^11.31",
"illuminate/database": "^10.48.23 || ^11.31 || ^12.0",
"illuminate/queue": "^10.48.23 || ^11.31 || ^12.0",
"laravel/serializable-closure": "^1.3 || ^2.0"
},
"require-dev": {
"laravel/pint": "^1.17",
"orchestra/testbench": "^8.28 || ^9.6",
"orchestra/testbench": "^8.28 || ^9.6 || ^10.0",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.1 || ^11.0"
},
Expand Down

0 comments on commit 3a66ef4

Please sign in to comment.