Skip to content

Commit 96a5487

Browse files
committed
Drop support for Laravel 11 & PHP 8.2
1 parent 4dfba04 commit 96a5487

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

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
include:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"require-dev": {
1010
"statamic/cms": "^v6.0.0-alpha.3",
1111
"mockery/mockery": "^1.4.4",
12-
"orchestra/testbench": "^9.6.1 || ^10.0",
13-
"phpunit/phpunit": "^10.5.35 || ^11.0"
12+
"orchestra/testbench": "^10.0",
13+
"phpunit/phpunit": "^11.0"
1414
},
1515
"autoload": {
1616
"psr-4": {

0 commit comments

Comments
 (0)