Skip to content

Commit d4d7418

Browse files
committed
update testing matrix
1 parent 1d3b285 commit d4d7418

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: [8.3, 8.4]
14-
laravel: [12.*]
13+
php: [8.3, 8.4, 8.5]
14+
laravel: [12.*, 13.*]
1515
statamic: [^6.0]
1616
name: P${{ matrix.php }} - S${{ matrix.statamic }} - L${{ matrix.laravel }} - ubuntu-latest
1717
steps:

0 commit comments

Comments
 (0)