Skip to content

Commit 9eeb39c

Browse files
Add Laravel 13.0 to CI workflow with exclusion
1 parent c0d8127 commit 9eeb39c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [ "8.2", "8.3", "8.4", "8.5" ]
13-
laravel: [ "11.0", "12.0" ]
13+
laravel: [ "11.0", "12.0", "13.0" ]
14+
exclude:
15+
- laravel: "13.0"
16+
php: "8.2"
1417

1518
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1619

0 commit comments

Comments
 (0)