Skip to content

Commit 951023e

Browse files
authored
Supports Laravel 12 (#987)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent acf1969 commit 951023e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [8.1, 8.2, 8.3, 8.4]
20-
laravel: [10, 11]
20+
laravel: [10, 11, 12]
2121
driver: [swoole, openswoole, 'roadrunner/frankenphp']
2222
exclude:
2323
- php: 8.1
2424
laravel: 11
25+
- php: 8.1
26+
laravel: 12
2527
- php: 8.4
2628
laravel: 10
2729
- php: 8.1

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": "^8.1.0",
1818
"laminas/laminas-diactoros": "^3.0",
19-
"laravel/framework": "^10.10.1|^11.0",
19+
"laravel/framework": "^10.10.1|^11.0|^12.0",
2020
"laravel/prompts": "^0.1.24|^0.2.0|^0.3.0",
2121
"laravel/serializable-closure": "^1.3|^2.0",
2222
"nesbot/carbon": "^2.66.0|^3.0",
@@ -31,9 +31,9 @@
3131
"livewire/livewire": "^2.12.3|^3.0",
3232
"mockery/mockery": "^1.5.1",
3333
"nunomaduro/collision": "^6.4.0|^7.5.2|^8.0",
34-
"orchestra/testbench": "^8.21|^9.0",
34+
"orchestra/testbench": "^8.21|^9.0|^10.0",
3535
"phpstan/phpstan": "^1.10.15",
36-
"phpunit/phpunit": "^10.4",
36+
"phpunit/phpunit": "^10.4|^11.5",
3737
"spiral/roadrunner-http": "^3.3.0",
3838
"spiral/roadrunner-cli": "^2.6.0"
3939
},

0 commit comments

Comments
 (0)