Oliver Klee
4854d9983a
[CLEANUP] Always have the CI job name as first element ( #391 )
...
This helps human readers see what a job is about more quickly,
following the principle of having the heading as the first element
of a text.
2022-02-24 09:11:49 +01:00
Oliver Klee
79ba5f20d2
[TASK] Use an explicit CI matrix for the functional tests as well ( #392 )
...
This will allow use to have exceptions from the cross product of
the parameters more easily (e.g., using PHP 8 only for TYPO3 11LTS
onward).
2022-02-24 09:11:14 +01:00
Łukasz Uznański
63bcf0da67
[TASK] Disable predefined github action scheduler run ( #374 )
...
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-02-04 09:24:14 +01:00
Oliver Klee
07ff094028
[TASK] Use Composer 2.2 in the CI pipeline ( #362 )
...
With the releases of Composer 2.2.2 and 2.2.3 (and PHPUnit 9.5.11),
running the tests with Composer 2 in the pipeline should be safe afain.
2022-01-02 02:23:40 +01:00
Oliver Klee
feaf6f2fc9
[BUGFIX] Pin Composer to version 2.1.x ( #352 )
...
Composer versions 2.2.0 and 2.2.1 have a bug that breaks PHPUnit.
Until version 2.2.2 is released with a fix, we need to keep to
Composer 2.1 to keep the tests from breaking.
See https://github.com/composer/composer/issues/10387 for details.
2021-12-24 02:15:42 +01:00
Oliver Klee
01c0d4b4d5
[TASK] Use the Composer scripts for the CI builds by default ( #283 )
...
Also stop running the other CI workflow on every push/PR
(as the results of both workflows provide the same results).
Fixes #275
2021-08-24 02:34:05 +02:00