Skip to content

Commit e302b79

Browse files
committed
Update GitHub Actions for Laravel 13
1 parent aa26cd2 commit e302b79

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.2]
17-
laravel: ['12.0']
16+
php: ['8.2', '8.3', '8.4', '8.5']
17+
laravel: ['12.0', '13.0']
18+
exclude:
19+
- laravel: '13.0'
20+
php: '8.2'
1821

1922
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2023

0 commit comments

Comments
 (0)