Skip to content

Commit 164021a

Browse files
committed
Add a CI job running on PHP 8.5
1 parent 4897dc4 commit 164021a

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)