Skip to content

Commit cb1beeb

Browse files
authored
Merge pull request #1605 from alecpl/dev/php85
CI: PHP 8.5
2 parents 09ac4fd + 44626d0 commit cb1beeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
56+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
5757
coverage: [ 'xdebug' ]
5858
streaming: [ false ]
5959
include:

0 commit comments

Comments
 (0)