Skip to content

Commit 22860d4

Browse files
committed
build(deps): add support for Laravel 12
1 parent 3cefca5 commit 22860d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ jobs:
1616
exclude:
1717
- php: 8.1
1818
laravel: 11.*
19+
- php: 8.1
20+
laravel: 11.*
1921
include:
2022
- laravel: 10.*
2123
testbench: 8.*
2224
- laravel: 11.*
2325
testbench: 9.*
26+
- laravel: 12.*
27+
testbench: 10.*
2428

2529
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2630

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": "^8.1",
2020
"exolnet/laravel-html-list": "^3.0",
21-
"illuminate/support": "^10.0|^11.0"
21+
"illuminate/support": "^10.0|^11.0|^12.0"
2222
},
2323
"require-dev": {
2424
"exolnet/phpcs-config": "^2.0",
2525
"mockery/mockery": "^1.5.1",
26-
"orchestra/testbench": "^8.0|^9.0",
26+
"orchestra/testbench": "^8.0|^9.0|^10.0",
2727
"phpunit/phpunit": "^10.5",
2828
"squizlabs/php_codesniffer": "^3.7.1"
2929
},

0 commit comments

Comments
 (0)