kingluo commented on PR #9919: URL: https://github.com/apache/apisix/pull/9919#issuecomment-1657430199
@moonming latest or nightly can't fix the version and will create conflicts when dependencies change. https://github.com/apache/apisix/blob/cea8f10dce6336e1e09566e23f3e9ff24a5a1924/ci/init-plugin-test-service.sh#L25-L35 ``` 2023-07-27T07:35:35.8965822Z ok: updated action testme 2023-07-27T07:35:42.8525542Z "ready": true 2023-07-27T07:35:43.3148176Z ok: deleted action testme 2023-07-27T07:35:44.0565688Z ok: created package pkg 2023-07-27T07:35:44.7900623Z error: Unable to create action 'pkg/testpkg': The request content was malformed: 2023-07-27T07:35:44.7916960Z The specified runtime 'nodejs:14' is not supported by this platform. Valid values are: 'php:8.1', 'python:3.11', 'ruby:2.5', 'nodejs:18', 'dotnet:3.1', 'blackbox', 'python:3.10', 'rust:1.34', 'swift:5.7', 'java:8', 'sequence', 'dotnet:6.0', 'go:1.20', 'swift:5.3', 'nodejs:20'. (code h8by3ms1qmPROJuVOdStDv4kDyQYohmV) 2023-07-27T07:35:44.7923721Z Run 'wsk --help' for usage. ``` Therefore, one needs to choose a dedicated version pair that works well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
