Skip to content

Commit a11a200

Browse files
committed
Drop PHP 8.5 from CI
1 parent 4316bf4 commit a11a200

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
@@ -129,7 +129,7 @@ jobs:
129129
strategy:
130130
fail-fast: false
131131
matrix:
132-
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
132+
php: ['8.1', '8.2', '8.3', '8.4']
133133
symfony_version: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
134134
dependencies: ['--prefer-lowest', '--prefer-dist']
135135
exclude:

0 commit comments

Comments
 (0)