Add Laravel 13

This commit is contained in:
Dan Harrin
2026-05-12 10:35:47 +01:00
parent bfc7ac443d
commit 318831b3e5
3 changed files with 15 additions and 3 deletions

View File

@@ -19,9 +19,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.4, 8.3, 8.2]
laravel: [12.*, 11.*]
laravel: [13.*, 12.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 13.*
testbench: 11.*
carbon: 3.*
collision: 8.*
- laravel: 12.*
testbench: 10.*
carbon: 3.*
@@ -30,6 +34,9 @@ jobs:
testbench: 9.*
carbon: 3.*
collision: 8.*
exclude:
- laravel: 13.*
php: 8.2
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}