-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: 2.4.4* mirror building fails #186
Comments
Some past messages on 2.4.4 mirror integrity failures that may or may not still be applicable:
|
If I install 2.4.4-p11 (both upstream and mageos mirror) I get the same version of symfony/yaml
same goes for deprecation contracts
I installed both with php7.4 with
symfony packages are know to be installed in different versions depending on the php version in use, maybe that could be the source of the problem? |
indeed, reinstalling both with php8.1 generates the difference
|
Relevant (not merged): mage-os/github-actions#231 Also, I don't think this would have caused it since it's specific to the unit-tests workflow, but also related to actions PHP version: mage-os/infrastructure#45 |
Ultimately I suppose this probably isn't a change in our actions at all, but possibly a difference in our constraints and Symfony releasing updates with higher PHP requirement. |
@fballiano What is the output of |
@rhoerr I was checking exactly that
but most importantly
|
checking deprecation contracts
we have https://github.com/symfony/deprecation-contracts/tree/v2.5.3 for upstream and https://github.com/symfony/deprecation-contracts/tree/v3.5.0 for mirror |
All 2.4.4 versions fail with these errros
The text was updated successfully, but these errors were encountered: