PHP 8.1 Support on latest #3931
-
Deployer Versiondev-master Target OSUbuntu 20.04.5 LTS Which PHP version are you using?PHP 8.1 Content of deploy.php or deploy.yamlNo response Steps to reproduceDuring our deployment process i've been pointing to dev-master to get the latest recipe changes. Today i'm getting this error when requiring the project. It seems there is an incompatibility error with 8.1. Should php 8.1 be supported? Running command composer global require deployer/deployer:dev-master --no-ansi --no-interaction Problem 1 Installation failed, deleting ./composer.json. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Symfony/console 7.1 requires php >=8.2: |
Beta Was this translation helpful? Give feedback.
-
Deployer composer file says php ^8.0 supported: |
Beta Was this translation helpful? Give feedback.
-
I moved to use deployer/deployer:7.5.3 instead of dev-master and that worked for me. The reason i was on dev master was because i needed some of the latest changes in the Magento recipe and was waiting for a release. Thanks! |
Beta Was this translation helpful? Give feedback.
-
dev-master version is for development. Could be broken during development. |
Beta Was this translation helpful? Give feedback.
dev-master version is for development. Could be broken during development.