Skip to content

Commit 9309b69

Browse files
authored
Add PHP 8.5 to CI workflow matrix
1 parent 1044d5f commit 9309b69

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
@@ -77,7 +77,7 @@ jobs:
7777
7878
strategy:
7979
matrix:
80-
php: [ 8.2, 8.3, 8.4 ]
80+
php: [ 8.2, 8.3, 8.4, 8.5 ]
8181
laravel: [ 11.*, 12.* ]
8282

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

0 commit comments

Comments
 (0)