Skip to content

Commit 53fa32c

Browse files
committed
Drop support for Statamic 5
1 parent 952b4ad commit 53fa32c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
os: [ubuntu-latest]
2626
php: [8.3, 8.4]
27-
laravel: [11.*, 12.*]
27+
laravel: [12.*]
2828
stability: [prefer-lowest, prefer-stable]
2929

3030
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"meilisearch/meilisearch-php": "^1.0",
2828
"guzzlehttp/guzzle": "^7.3",
2929
"http-interop/http-factory-guzzle": "^1.0",
30-
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
30+
"illuminate/support": "^12.0",
3131
"statamic/cms": "^6.0"
3232
},
3333
"require-dev": {
3434
"laravel/pint": "^1.21",
35-
"orchestra/testbench": "^9.0 || ^10.0",
35+
"orchestra/testbench": "^10.0",
3636
"phpunit/phpunit": "^11.5.10"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)