Skip to content

Commit 702286b

Browse files
[2.x] Drop support for Laravel 11 & PHP 8.2 (#119)
* Remove Laravel 11 and PHP 8.2 from the testing matrix * We don't need Testbench 9 anymore
1 parent 904df30 commit 702286b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [8.2, 8.3, 8.4]
16-
laravel: [11.*, 12.*]
15+
php: [8.3, 8.4]
16+
laravel: [12.*]
1717
stability: [prefer-lowest, prefer-stable]
1818
os: [ubuntu-latest]
1919

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"laravel/pint": "^1.18",
23-
"orchestra/testbench": "^9.6.1 || ^10.0",
23+
"orchestra/testbench": "^10.0",
2424
"phpunit/phpunit": "^11.0",
2525
"spatie/laravel-ray": "^1.39"
2626
},

0 commit comments

Comments
 (0)