- Issue created by @tstoeckler
- @tstoeckler opened merge request.
-
tstoeckler →
committed c96f82b3 on 8.x-1.x
Issue #3392826 by tstoeckler: Fix tests for Drupal 9.3
-
tstoeckler →
committed c96f82b3 on 8.x-1.x
- Status changed to Fixed
about 1 year ago 10:54am 10 October 2023 - Status changed to Active
about 1 year ago 9:26pm 11 October 2023 - 🇩🇪Germany tstoeckler Essen, Germany
Hmm... I guess this only fixed it for 9.3.0, for ~9.3.0 which ends up being 9.3.22 we get the following failure: https://git.drupalcode.org/project/config_overlay/-/jobs/160824
So let's fix that. That fix will also be required for 9.5
- Status changed to Fixed
about 1 year ago 9:37pm 11 October 2023 - 🇩🇪Germany tstoeckler Essen, Germany
Ahh false alarm. In fact the issue is that the
$_TARGET_CORE
CI variable does not support Composer version constraints, because it is used in PHP'sversion_compare()
: https://git.drupalcode.org/project/gitlab_templates/-/blob/7df3453678a9c... - 🇩🇪Germany tstoeckler Essen, Germany
Just a note that I realized now that it doesn't really make sense to "officially" support 9.3 and 9.4 anymore at this point (whatever that means anyway...), since they are EOL themselves. So will probably remove the respective workarounds at some point. Since they are only in the tests it shouldn't affect anyone though, even if they are still using those versions.
Automatically closed - issue fixed for 2 weeks with no activity.