Skip to content

Commit 5518c17

Browse files
committed
Add PHP 8.5 support for Laravel 12 in workflow matrix
1 parent 91284dc commit 5518c17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
os: [ ubuntu-22.04, windows-latest ]
26-
php: [ 8.2, 8.3, 8.4 ]
26+
php: [ 8.2, 8.3, 8.4, 8.5 ]
2727
laravel: [ 11, 12 ]
28-
include:
28+
exclude:
2929
- php: 8.5
30-
laravel: 12
30+
laravel: 11
3131

3232
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3333

0 commit comments

Comments
 (0)