wim leers created an issue. See original summary.
Necessary to not fall behind Drupal core HEAD, see #3495129-12: Add `toArray()` method to prop sources for the first symptom.
Anybody can do this: XB is just using the standard GitLab CI template from https://www.drupal.org/project/gitlab_templates 😄
This MR will need to make this change, among others:
diff --git a/phpstan.neon b/phpstan.neon index 37ccc1a0..e2882965 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,12 +9,11 @@ parameters: - profile excludePaths: - modules/xb_vite - - modules/same_page_preview # These are 1:1 copies from Drupal core, with trivial additions that cannot have significant PHPStan impact. PHPStan compliance should happen upstream. - src/Plugin/DataTypeOverride - src/Plugin/Field/FieldTypeOverride # The npm package flatted includes PHP files 🙃 - - tests/src/Cypress/node_modules + - tests/src/Cypress/node_modules? - ui/node_modules # This trait decorates core's \Drupal\Core\Test\FunctionalTestSetupTrait::prepareSettings(), which itself triggers a PHPStan warning that core ignores. Match that. - tests/src/Traits/ContribStrictConfigSchemaTestTrait.php
#3495655: CI: update template for Drupal 11.1.0 is related to this, over there we start to run tests on 11.2 - maybe we should land that as-is and then try to fix 11.2 support over here.
+1
wim leers credited larowlan.
#3495655: CI: update template for Drupal 11.1.0 landed.
Crediting Lee here for his review over there that relates to the scope of this issue.
Duplicate of #3492722: Update XB to require Drupal 11.2?
Well spotted!
Comments
Comment #2
wim leersNecessary to not fall behind Drupal core HEAD, see #3495129-12: Add `toArray()` method to prop sources for the first symptom.
Comment #3
wim leersAnybody can do this: XB is just using the standard GitLab CI template from https://www.drupal.org/project/gitlab_templates 😄
Comment #4
wim leersThis MR will need to make this change, among others:
Comment #5
longwave#3495655: CI: update template for Drupal 11.1.0 is related to this, over there we start to run tests on 11.2 - maybe we should land that as-is and then try to fix 11.2 support over here.
Comment #6
wim leers+1
Comment #8
wim leers#3495655: CI: update template for Drupal 11.1.0 landed.
Crediting Lee here for his review over there that relates to the scope of this issue.
Comment #9
longwaveDuplicate of #3492722: Update XB to require Drupal 11.2?
Comment #10
wim leersWell spotted!