Skip to content

Commit a4ea73e

Browse files
committed
minor #21102 Fix lint major symfony version from 7 to 8 (vinceAmstoutz)
This PR was merged into the 8.0 branch. Discussion ---------- Fix lint major symfony version from 7 to 8 Solves failed pipelines for `8.0` branch. Example: PR #21101 (job https://github.com/symfony/symfony-docs/actions/runs/15779150078/job/44480309482) Commits ------- 25d3085 docs(core): update symfony major version from 7 to 8
2 parents 35058be + 25d3085 commit a4ea73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.doctor-rst.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ rules:
8181
min_version: '8.0'
8282

8383
deprecated_directive_major_version:
84-
major_version: 7
84+
major_version: 8
8585

8686
deprecated_directive_min_version:
87-
min_version: '7.0'
87+
min_version: '8.0'
8888

8989
exclude_rule_for_file:
9090
- path: configuration/multiple_kernels.rst

0 commit comments

Comments
 (0)