-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[5.3] Update all dependencies #44814
Conversation
@laoneo It seems the php-cs-fixer update causes some PHPCS error in Drone, very likely due to a new rule or a bug fix in the fixer: https://ci.joomla.org/joomla/joomla-cms/81812/1/7
|
The composer update of "joomla/database" brings a new feature (implemented by me in the framework) that you can use custom port numbers in the database host name with PostgreSQL as you already can do with MySQL or MariaDB. Maybe that should be noted for the release announcement? |
Now Drone fails with the "prepare_system_tests" step https://ci.joomla.org/joomla/joomla-cms/81820/1/21 :
Possibly related to the cypress update? |
This is only updating the dependencies withing the restrictions set in the json which may not be sufficient |
Yes, same like here: #44675 (comment) We could try to use |
Thx |
Updates the dependencies.