Skip to content

Commit b507697

Browse files
committed
update test runner
1 parent 69f6d4a commit b507697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
os: [ubuntu-latest]
1313
php: [8.3, 8.4]
14-
laravel: [11.*, 12.*]
15-
statamic: [^5.0, ^6.0]
14+
laravel: [12.*]
15+
statamic: [^6.0]
1616
name: P${{ matrix.php }} - S${{ matrix.statamic }} - L${{ matrix.laravel }} - ubuntu-latest
1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)