Skip to content

Commit 3834625

Browse files
committed
Increase minimum Laravel version
1 parent 034b223 commit 3834625

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
strategy:
1717
matrix:
1818
php: [ 8.1, 8.2, 8.3, 8.4 ]
19-
illuminate: [ ^10.0, ^11.0, ^12.0 ]
19+
illuminate: [ ^10.0, ^11.44.2, ^12.0 ]
2020
stability: [ prefer-lowest, prefer-stable ]
2121
include:
2222
- illuminate: ^10.0
2323
testbench: 8.*
24-
- illuminate: ^11.0
25-
testbench: 9.*
24+
- illuminate: ^11.44.2
25+
testbench: ^9.13.0
2626
- illuminate: ^12.0
2727
testbench: 10.*
2828
exclude:
2929
- php: 8.1
30-
illuminate: ^11.0
30+
illuminate: ^11.44.2
3131
- php: 8.1
3232
illuminate: ^12.0
3333

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": "8.*",
14-
"laravel/framework": "^10.0|^11.0|^12.0",
14+
"laravel/framework": "^10.0|^11.44.2|^12.0",
1515
"markwalet/laravel-git-state": "~1.0",
1616
"ext-simplexml": "*",
1717
"ext-dom": "*"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^10.5|^11.0",
2121
"mockery/mockery": "~1.4",
22-
"orchestra/testbench": "8.*|9.*|10.*"
22+
"orchestra/testbench": "8.*|^9.13.0|10.*"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)