Skip to content

Commit 29edf84

Browse files
authored
Add PHP 8.5 to tested versions
1 parent 01bcd2a commit 29edf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php-versions: ['8.1', '8.2', '8.3', '8.4']
24+
php-versions: ['8.1', '8.2', '8.3', '8.4', '8.5']
2525
experimental: [false]
2626
env:
27-
code-coverage-version: '8.4' # Most recent stable PHP version.
27+
code-coverage-version: '8.5' # Most recent stable PHP version.
2828

2929
name: PHP ${{ matrix.php-versions }}
3030

0 commit comments

Comments
 (0)