Skip to content

Commit 966adbd

Browse files
authored
Merge pull request #879 from stof/php85
Add a CI job running on PHP 8.5
2 parents 7e1f389 + 164021a commit 966adbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
42+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
4343
composer_flags: [ '' ]
4444
minimum_stability: [ '' ]
4545
symfony_deprecations_helper: [ '' ]

0 commit comments

Comments
 (0)