You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the tools input to specify a specific Composer version (e.g. tools: composer:v1), Composer won't use cache as described here and here.
Version
I have checked releases, and the bug exists in the latest patch version of v1 or v2.
v2
v1
Runners
GitHub Hosted
Self Hosted
Operating systems ubuntu-latest (resolves to ubuntu-18.04, still)
Describe the bug
When using the
tools
input to specify a specific Composer version (e.g.tools: composer:v1
), Composer won't use cache as described here and here.Version
v1
orv2
.v2
v1
Runners
Operating systems
ubuntu-latest
(resolves toubuntu-18.04
, still)PHP versions
7.4
To Reproduce
Note that unrelated parts of the workflow files have been removed.
Expected behavior
Composer to load packages from cache on subsequent runs.
Screenshots/Logs
Note that the screenshot only shows the very first packages, the rest is redacted.
Additional context
We need to use the
tools
input to force Composerv1
because GitHub Actions started to use Composerv2
by default, see actions/runner-images#1924 and actions/runner-images@215647d.Note that we haven't checked whether this issue also occurs with Composer
v2
.Cache used to worked before.
What other information do you need from me to investigate?
The text was updated successfully, but these errors were encountered: