Skip to content

Commit 9be69f1

Browse files
committed
Add PHP 8.5 to ci
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent ff2a2aa commit 9be69f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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 ]
2828

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

0 commit comments

Comments
 (0)