Skip to content

Commit 291da56

Browse files
committed
Update matrix to include PHP 8.5 compatibility
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 7da7a93 commit 291da56

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
os: [ ubuntu-22.04, windows-latest ]
26-
php: [ 8.2, 8.3, 8.4, 8.5 ]
26+
php: [ 8.2, 8.3, 8.4 ]
2727
laravel: [ 11, 12 ]
28+
include:
29+
- php: 8.5
30+
laravel: 12
31+
os: ubuntu-22.04
32+
- php: 8.5
33+
laravel: 12
34+
os: windows-latest
2835

2936
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.os }}
3037

0 commit comments

Comments
 (0)