Skip to content

Commit ec1dd9d

Browse files
authored
Supports Laravel 12 (#556)
* wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent adc4b7d commit ec1dd9d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- develop
78
- '*.x'
89
pull_request:
910
schedule:
@@ -17,7 +18,7 @@ jobs:
1718
fail-fast: true
1819
matrix:
1920
php: [8.2, 8.3, 8.4]
20-
laravel: [11]
21+
laravel: [11, 12]
2122

2223
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2324

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"require": {
1717
"php": "^8.2",
1818
"ext-json": "*",
19-
"illuminate/console": "^11.0",
20-
"illuminate/contracts": "^11.0",
21-
"illuminate/database": "^11.0",
22-
"illuminate/support": "^11.0",
19+
"illuminate/console": "^11.0|^12.0",
20+
"illuminate/contracts": "^11.0|^12.0",
21+
"illuminate/database": "^11.0|^12.0",
22+
"illuminate/support": "^11.0|^12.0",
2323
"symfony/console": "^7.0"
2424
},
2525
"require-dev": {
2626
"mockery/mockery": "^1.6",
27-
"orchestra/testbench": "^9.0",
27+
"orchestra/testbench": "^9.0|^10.0",
2828
"phpstan/phpstan": "^1.10",
29-
"phpunit/phpunit": "^10.5"
29+
"phpunit/phpunit": "^11.3"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)