Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #1551 Remove the composer cache from the CI workflows (rosier)
This PR was merged into the main branch. Discussion ---------- Remove the composer cache from the CI workflows I think there is little benefit anymore for this repository to have a composer cache in the CI workflows. With composer v2 the dependencies are downloaded in parallel which is a lot faster than composer v1. This makes the performance gains from the cache small since it also takes time to setup and save or restore the cache. Also the chance for a cache hit is low: - This repository has low traffic and the cache expires after a week which reduces the chance for a cache hit. - Every branch / PR get it's own cache which again reduces the chance for a cache hit. So I purpose to remove the composer cache to simplify the workflows. Replaces: #1538 Commits ------- a4baa11 Remove the composer cache from the CI workflows
- Loading branch information