- Issue created by @acbramley
- Merge request !42Swap deploystacks for OPT_IN_TEST_NEXT_MINOR and OPT_IN_TEST_NEXT_MAJOR → (Merged) created by acbramley
- Status changed to Needs work
11 months ago 11:29pm 20 June 2024 - 🇦🇺Australia acbramley
Proven in https://git.drupalcode.org/issue/scheduled_transitions-3456090/-/jobs/19... the 11.x deploystack is running on 10.3.0
However, this new method isn't running any tests on 11.x....
- Status changed to Needs review
11 months ago 11:44pm 20 June 2024 - 🇦🇺Australia acbramley
So NEXT_MAJOR wasn't running because of our core_version_requirement, see the grep/sed in the log output:
$ grep -q "\^11" *.info.yml || (grep -q "\^10" *.info.yml && sed -i "s/\^10/\^10 \|\| ^11/" *.info.yml)
I don't think it's safe to say '>=10.3' - we should be defining this more strictly (and following what the general case is in the community with defining specific core versions.
- 🇦🇺Australia acbramley
One more deprecation to fix before we get to the failure fixed by 🐛 ScheduledTransitionsSettingsForm::__construct is missing $typedConfigManager results in ArgumentCountError Needs review
- First commit to issue fork.
-
dpi →
committed 627bf18a on 2.6.x authored by
acbramley →
Issue #3456091 by acbramley: Swap out matrix for Gitlab templates next...
-
dpi →
committed 627bf18a on 2.6.x authored by
acbramley →
- Status changed to Fixed
11 months ago 12:44pm 21 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.