- Issue created by @andreasderijcke
- Merge request !1Issue #3512306 Added current version of .gitlab-ci.yml. → (Merged) created by andreasderijcke
- 🇧🇪Belgium andreasderijcke Antwerpen / Gent
I've added the file with following variables overwritten:
- SKIP_ESLINT: as the module does not have any JS.
- OPT_IN_TEST_PREVIOUS_MAJOR: to test against D10 too (at this moment)
- OPT_IN_TEST_NEXT_MAJOR: to test against D12 as soon as the branch is started.
Also added the .cspell-project-words.txt file using the artifacts from the CSpell run.
- 🇮🇳India chandansha
I have checked now gitlab-ci template is added and passed all pipeline.
i move it to RTBC.
Thanks! - 🇧🇪Belgium andreasderijcke Antwerpen / Gent
After reviewing and comparing the pipeline jobs and results with other modules, it turns out that
- OPT_IN_TEST_PREVIOUS_MAJOR
- OPT_IN_TEST_NEXT_MAJOR
are only useful if the module has unit tests. Otherwise, these will just trigger a composer install with that major version, which will succeed anyway if there is no composer requirement restriction for core.
-
gueguerreiro →
committed 6bcee845 on 1.0.x authored by
andreasderijcke →
Issue #3512306 Added current version of .gitlab-ci.yml.
-
gueguerreiro →
committed 6bcee845 on 1.0.x authored by
andreasderijcke →
- 🇵🇹Portugal gueguerreiro Lisboa
Pushed and will be added to a new 1.0.1 release. Thanks! There are some PHPStan errors we should check at a later time.