Skip to content

Commit 3be8482

Browse files
committed
Drop support for Statamic 5
1 parent 21a2c44 commit 3be8482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
matrix:
2828
os: [ubuntu-latest]
2929
php: [8.3, 8.4]
30-
laravel: [11.*, 12.*]
31-
statamic: [5.*, 6.*]
30+
laravel: [12.*]
31+
statamic: [6.*]
3232
dependency-version: [prefer-stable]
3333

3434
name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.statamic }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)