Skip to content

[FEATURE] Add Composer caching on CI#1933

Merged
AnReiter merged 1 commit intomainfrom
feature/composer-caching
Apr 21, 2026
Merged

[FEATURE] Add Composer caching on CI#1933
AnReiter merged 1 commit intomainfrom
feature/composer-caching

Conversation

@oliverklee
Copy link
Copy Markdown
Contributor

This helps speed up the CI jobs, reduces load on the git servers, reduces CO2 emissions

Also, it reduces the probability of availability problems of a git server of a depencency to break the CI build.

Fixes #1675

@coveralls
Copy link
Copy Markdown

coveralls commented Jan 23, 2026

Coverage Report for CI Build 24627850819

Coverage remained the same at 96.678%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 301
Covered Lines: 291
Line Coverage: 96.68%
Coverage Strength: 3.98 hits per line

💛 - Coveralls

@oliverklee oliverklee force-pushed the feature/composer-caching branch 2 times, most recently from ea2971e to d13a975 Compare January 23, 2026 09:08
@oliverklee oliverklee marked this pull request as draft January 23, 2026 09:45
@oliverklee oliverklee force-pushed the feature/composer-caching branch from d13a975 to 9dfa175 Compare January 23, 2026 14:18
@oliverklee oliverklee added the github_actions Pull requests that update GitHub Actions code label Feb 2, 2026
@oliverklee oliverklee force-pushed the feature/composer-caching branch from 9dfa175 to 146a1cc Compare April 17, 2026 12:19
@oliverklee oliverklee marked this pull request as ready for review April 17, 2026 12:22
@oliverklee oliverklee requested a review from a team April 17, 2026 12:22
@oliverklee oliverklee force-pushed the feature/composer-caching branch from 146a1cc to f31686b Compare April 17, 2026 14:04
This helps speed up the CI jobs, reduces load on the git
servers, reduces CO2 emissions

Also, it reduces the probability of availability problems
of a git server of a depencency to break the CI build.

Fixes #1675
@oliverklee oliverklee force-pushed the feature/composer-caching branch from f31686b to 5f60fec Compare April 19, 2026 11:19
@AnReiter AnReiter merged commit d319917 into main Apr 21, 2026
41 checks passed
@AnReiter AnReiter deleted the feature/composer-caching branch April 21, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add composer caching for GitHub Actions that use runTests.sh now

3 participants