mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 02:36:12 +02:00
tea/.github/workflows
Daniel Siepmann ae233d8de0
[TASK] Prevent composer.lock file (#1161)
This is a TYPO3 extension, a library.
We do not track the `composer.lock` file for that reason.
Composer itself offers an option to prevent generation of the file.
This is now configured to prevent the creation of the file.

That should prevent issues with local version of the file.
One might change the `composer.json` version constraints but updates
might fail due to locked version constraints.
This no longer happens if no locked version, due to missing lock file,
exist.

Composer would render warnings when using `composer install` without a
lock file. That's why we update the CI commands to use `composer update`
instead. That warning was already rendered within CI due to missing
file.
2024-02-07 09:54:59 +01:00
..
auto-approve.yml [FEATURE] Automatically approve Dependabot pull requests (#818) 2023-04-25 05:27:34 +00:00
auto-merge.yml [TASK] Streamline the auto-merge GitHub Actions workflow (#817) 2023-04-25 05:23:20 +00:00
ci.yml [TASK] Prevent composer.lock file (#1161) 2024-02-07 09:54:59 +01:00
codecoverage.yml Bump actions/cache from 3 to 4 (#1124) 2024-01-18 05:51:08 +00:00
predefined.yml [TASK] Prevent composer.lock file (#1161) 2024-02-07 09:54:59 +01:00
publish.yml Bump actions/checkout from 3 to 4 (#927) 2023-09-04 14:05:19 +00:00