Skip to content

Commit 4f7c210

Browse files
authored
Merge pull request #3254 from sergiy-petrov/php-8.5
Test against php 8.5
2 parents 805e681 + 3e7080c commit 4f7c210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: true
1919
matrix:
20-
php: [ 8.2, 8.3, 8.4 ]
20+
php: [ 8.2, 8.3, 8.4, 8.5 ]
2121
stability: [ prefer-stable ]
2222

2323
name: PHP ${{ matrix.php }} - STABILITY ${{ matrix.stability }}

0 commit comments

Comments
 (0)