Skip to content

Commit

Permalink
Supports Laravel 12 (#987)
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Feb 19, 2025
1 parent acf1969 commit 951023e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2, 8.3, 8.4]
laravel: [10, 11]
laravel: [10, 11, 12]
driver: [swoole, openswoole, 'roadrunner/frankenphp']
exclude:
- php: 8.1
laravel: 11
- php: 8.1
laravel: 12
- php: 8.4
laravel: 10
- php: 8.1
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": "^8.1.0",
"laminas/laminas-diactoros": "^3.0",
"laravel/framework": "^10.10.1|^11.0",
"laravel/framework": "^10.10.1|^11.0|^12.0",
"laravel/prompts": "^0.1.24|^0.2.0|^0.3.0",
"laravel/serializable-closure": "^1.3|^2.0",
"nesbot/carbon": "^2.66.0|^3.0",
Expand All @@ -31,9 +31,9 @@
"livewire/livewire": "^2.12.3|^3.0",
"mockery/mockery": "^1.5.1",
"nunomaduro/collision": "^6.4.0|^7.5.2|^8.0",
"orchestra/testbench": "^8.21|^9.0",
"orchestra/testbench": "^8.21|^9.0|^10.0",
"phpstan/phpstan": "^1.10.15",
"phpunit/phpunit": "^10.4",
"phpunit/phpunit": "^10.4|^11.5",
"spiral/roadrunner-http": "^3.3.0",
"spiral/roadrunner-cli": "^2.6.0"
},
Expand Down

0 comments on commit 951023e

Please sign in to comment.