From 25d3085ead8cca8cd631d4a6c7108ed8d5624727 Mon Sep 17 00:00:00 2001 From: Vincent Amstoutz Date: Fri, 20 Jun 2025 14:46:34 +0200 Subject: [PATCH] docs(core): update symfony major version from 7 to 8 --- .doctor-rst.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index dfb85021586..6200a29310d 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -75,16 +75,16 @@ rules: yaml_instead_of_yml_suffix: ~ versionadded_directive_major_version: - major_version: 7 + major_version: 8 versionadded_directive_min_version: - min_version: '7.0' + min_version: '8.0' deprecated_directive_major_version: - major_version: 7 + major_version: 8 deprecated_directive_min_version: - min_version: '7.0' + min_version: '8.0' exclude_rule_for_file: - path: configuration/multiple_kernels.rst