Skip to content

Commit e327ce0

Browse files
committed
feat: laravel 12 compatibility
1 parent 1f8831b commit e327ce0

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.3, 8.2, 8.1]
17-
laravel: [11.*, 10.*]
17+
laravel: [12.*, 11.*, 10.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 12.*
21+
testbench: 10.*
22+
carbon: ^3.2
23+
laravel-package-tools: ^1.16.4
24+
collision: ^8.1.1
25+
2026
- laravel: 11.*
2127
testbench: 9.*
2228
carbon: ^3.2

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
],
3333
"require": {
3434
"php": "^8.1",
35-
"illuminate/contracts": "^10.0|^11.0",
35+
"illuminate/contracts": "^10.0|^11.0|^12.0",
3636
"spatie/laravel-package-tools": "^1.16.4",
3737
"symfony/finder": "^6.2|^7.0"
3838
},
3939
"require-dev": {
4040
"guzzlehttp/guzzle": "^7.0",
4141
"larastan/larastan": "^2.0|^3.0",
4242
"laravel/pint": "^1.0",
43-
"nunomaduro/collision": "^7.9",
44-
"orchestra/testbench": "^8.0",
45-
"pestphp/pest": "^2.0",
46-
"pestphp/pest-plugin-arch": "^2.0",
47-
"pestphp/pest-plugin-laravel": "^2.0",
43+
"nunomaduro/collision": "^7.9|^8.0",
44+
"orchestra/testbench": "^8.0|^9.0|^10.0",
45+
"pestphp/pest": "^2.0|^3.0",
46+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
47+
"pestphp/pest-plugin-laravel": "^2.0|^3.1",
4848
"phpstan/extension-installer": "^1.1",
4949
"phpstan/phpstan-deprecation-rules": "^1.0",
5050
"phpstan/phpstan-phpunit": "^1.0",

0 commit comments

Comments
 (0)