diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31e0948673a3c58823d361a32028b48e7516b8b5..ac796f4c02122e29af9a3077865aa9ad738e08e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -436,6 +436,7 @@ default:
   stage: 🪄 Lint
   variables:
     KUBERNETES_CPU_REQUEST: "2"
+    _TARGET_PHP: "8.3-ubuntu"
   # Run on MRs if config schema files have changed, or manually.
   rules:
     - if: $CI_PIPELINE_SOURCE == "merge_request_event"
@@ -465,9 +466,9 @@ default:
     - git checkout -f $CI_MERGE_REQUEST_DIFF_BASE_SHA
     # Composer-install Drush & the Config Inspector module.
     - composer require drush/drush drupal/config_inspector || exit 100
-    # Install Drupal's Standard install profile + all core modules + the config inspector module.
+    # Install Drupal's Standard install profile + all core modules (except obsolete ones) + the config inspector module.
     - php core/scripts/drupal install standard
-    - ls core/modules | grep -v help_topics | xargs vendor/bin/drush pm:install --yes
+    - ls core/modules | grep -v sdc | xargs vendor/bin/drush pm:install --yes
     - vendor/bin/drush pm:install config_inspector --yes --quiet || exit 101
     # Compute statistics for coverage of validatable config for HEAD.
     - vendor/bin/drush config:inspect --statistics > HEAD.json
diff --git a/core/config/schema/core.data_types.schema.yml b/core/config/schema/core.data_types.schema.yml
index c7f806a053a189d21cdd7d8e41f10beaca6107ad..1d30dcad1f5b2b299cf5dec3f909e9f7ccb525de 100644
--- a/core/config/schema/core.data_types.schema.yml
+++ b/core/config/schema/core.data_types.schema.yml
@@ -674,7 +674,7 @@ field.value.string:
       type: label
       label: 'Value'
 
-# Schema for the configuration of the  String (long) field type.
+# Schema for the configuration of the String (long) field type.
 
 field.storage_settings.string_long:
   type: mapping