mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00
Commit graph

15 commits

Author SHA1 Message Date
Łukasz Uznański
2c3ec6afc2
[TASK] Upgrade DDEV (#991)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2023-11-27 12:48:25 +01:00
Oliver Klee
f604ec2682
[CLEANUP] Increase the indentation in the DDEV configuration file (#996)
This is a pre-patch to the changes for upgrading DDEV in #991.
2023-11-18 06:52:10 +01:00
Oliver Klee
2a763a2398
[TASK] Always use the latest Composer V2 (#994)
This saves us changes to the configuration files each time a new
Composer major version is released.
2023-11-18 04:38:07 +01:00
Łukasz Uznański
fe7b41b48a
[TASK] Update PHP in DDEV to 8.1 (#561)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-09-07 11:54:24 +02:00
Łukasz Uznański
24480617b6
Update ddev to newest version (#560)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2022-09-07 11:46:08 +02:00
Oliver Klee
75ae59b28a
[TASK] Update to Composer 2.4 (#513)
Now that Composer 2.4 has had its first point release, we can safely
upgrade from 2.3 to 2.4 in the DDEV configuration and the CI pipeline.
2022-08-27 18:53:54 +02:00
Oliver Klee
25476a2a72
[TASK] Update Composer in ddev to version 2.3.7 (#460) 2022-06-15 18:22:06 +02:00
Mathias Bolt Lesniak
7297675809
[BUGFIX] Disable XDebug by default (#440)
Fixes #439
2022-04-21 16:55:24 +02:00
Oliver Klee
a85d14b976
[TASK] Upgrade to Composer 2.3.0 (#416) 2022-04-13 16:15:13 +02:00
Mathias Bolt Lesniak
228a094cd7
[BUGFIX] Enable debugging in DDEV (#420)
Fixes #419
2022-04-08 16:36:42 +02: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
Łukasz Uznański
1d9d3b2f69
[TASK] Upgrade ddev to v1.18.0 (#331)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2021-11-03 10:40:10 +01:00
Łukasz Uznański
9bf78a580b
[FEATURE] Calculate code coverage (#266) 2021-10-06 16:23:35 +02:00
Łukasz Uznański
3be8d3a91a
[TASK] Run functional tests in ddev (#259)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
2021-07-21 13:16:46 +02:00
Łukasz Uznański
c1e713240b
[FEATURE] Add base ddev setup and command (#234) 2021-05-18 23:33:35 +02:00