Skip to content

Commit 2e1a362

Browse files
authored
Supports Laravel 12 (#105)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 94d8b72 commit 2e1a362

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
php: [8.1, 8.2, 8.3]
21-
laravel: [10, 11]
21+
laravel: [10, 11, 12]
2222
include:
2323
- php: 8.4
2424
laravel: 11
25+
- php: 8.4
26+
laravel: 12
2527
exclude:
2628
- php: 8.1
2729
laravel: 11
30+
- php: 8.1
31+
laravel: 12
2832

2933
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3034

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"php": "^8.1"
2222
},
2323
"require-dev": {
24-
"illuminate/support": "^10.0|^11.0",
24+
"illuminate/support": "^10.0|^11.0|^12.0",
2525
"nesbot/carbon": "^2.67|^3.0",
26-
"pestphp/pest": "^2.36",
26+
"pestphp/pest": "^2.36|^3.0",
2727
"phpstan/phpstan": "^2.0",
2828
"symfony/var-dumper": "^6.2.0|^7.0.0"
2929
},

0 commit comments

Comments
 (0)