Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #6229 Update GitHub CI workflow config (javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Update GitHub CI workflow config Windows builds are failing on GitHub because of this error: ``` Run actions/cache@v4 Error: Input required and not supplied: path ``` I tried to debug this but I couldn't. I looked at other projects in the Symfony ecosystem but they use legacy v3 cache or not cache at all (e.g. https://github.com/doctrine/DoctrineBundle/blob/2.12.x/.github/workflows/continuous-integration.yml). So, let's try removing this cache and let's check if CI becomes much slower or not. Commits ------- 7b37c4e Update GitHub CI workflow config
- Loading branch information