Skip to content

Commit efa8112

Browse files
Drop support for Laravel 11 (#67)
1 parent 9725f2a commit efa8112

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: [8.3, 8.4]
16-
laravel: [11.*, 12.*]
16+
laravel: [12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
},
5353
"require-dev": {
5454
"laravel/pint": "^1.18",
55-
"orchestra/testbench": "^9.2 || ^10.0",
56-
"phpunit/phpunit": "^10.5.35 || ^11.0",
55+
"orchestra/testbench": "^10.0",
56+
"phpunit/phpunit": "^11.0",
5757
"spatie/ray": "^1.41.2"
5858
},
5959
"config": {

0 commit comments

Comments
 (0)