docksal / service-cli

CLI service image for Docksal
https://docksal.io
MIT License
19 stars 45 forks source link

Fix bundled Drush deprecation notices in PHP 8.2 image #299

Closed jhedstrom closed 1 year ago

jhedstrom commented 1 year ago

Drush commands run in the PHP 8.2 container result in the following deprecation notices:

fin drush status
PHP Deprecated:  Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973

Deprecated: Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973
PHP Deprecated:  Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973

Deprecated: Use of "static" in callables is deprecated in phar:///usr/local/bin/drush/vendor/webmozart/assert/src/Assert.php on line 1973
prudloff-insite commented 1 year ago

This should be fixed by upgrading drush-launcher to 0.10.2: https://github.com/drush-ops/drush-launcher/compare/0.10.1...0.10.2

lmakarov commented 1 year ago

Addressed in https://github.com/docksal/service-cli/pull/302