EdgedesignCZ/phpqa

PhP 7.3 compatibility

pesek opened this issue · 1 comments

pesek commented

Hi,

recently our project switched to PhP7.3 and today we ran into some issues with our pipelines running phpqa. The problem is that the image uses PhP7.2 which does not support some syntax introduced in 7.3 (e.g. a trailing comma in a function call).

Because of this the parallel-lint task fails. Any suggestions for this problem? Is there a plan for upgrading to newer PhP version?

Thanks.

Custom docker image is solution, please see links in #199 (comment).