Skip to content

Commit e3651ad

Browse files
committed
Update github actions
1 parent 8aebafb commit e3651ad

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.2, 8.3]
30-
laravel: [10.*, 11.*, 12.*]
31-
statamic: [5.*]
30+
laravel: [11.*, 12.*]
31+
statamic: [5.*, 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)