pritidesai opened a new pull request #435: deprecating swift and php runtimes URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/435 we have swift:3, swift:3.1.1, and php:7.1 supported. Implicit runtimes `swift` and `php` are not supported, replacing them with `swift:3` and `php:7.1`. Action creation fails with this message when implicit runtime is set to `php`: ``` "error":"The request content was malformed:\nkind 'php' not in Set(php:7.1, swift:3, nodejs, blackbox, java, sequence, nodejs:6, python:3, python, python:2, swift, swift:3.1.1)","code":9942234} ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
