Syntax error with PHP 7.4 #3974
Deployer Versionv7.5.8 Target OSmacOS 13.6 Which PHP version are you using?PHP 7.4 Content of deploy.php or deploy.yamlNo response Steps to reproduceDeployer has been installed relative to the project. Set the PHP CLI version to The deployment fails with the below issue. (A trialling comma in the function arguments, not valid syntax for PHP 7.4) Am assuming this is because of a composer version bump in |
Replies: 6 comments 3 replies
|
I have the same issue here, and I was using version 7.0.0. Upgrading to version 7.5.5 or to 7.5.8 does not solve it. Could you please open the ticket again and provide insights about how |
|
I found a workaround: to force an old deployer version in the github action setup: |
|
This is not fixed with #392 since it was introduced in 7.5.6 with commit 7.5.5 is okay: 7.5.6 not okay: |
Closed as #3925