yiisoft / yii2-docker

Official Docker images suitable for Yii 2.0
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
381 stars 202 forks source link

8.1 pipeline fails #146

Closed Isitar closed 2 years ago

Isitar commented 2 years ago

there is no 8.1 image available since the pipeline fails.

i tried updateing the TEST_YII_VERSION but the tests failed anyway..

schmunk42 commented 2 years ago

Yeah, I also gave it a try, but without luck: https://github.com/yiisoft/yii2-docker/runs/5345420194?check_suite_focus=true

CC: @yiisoft/core-developers Any idea how to fix this?

bizley commented 2 years ago

Is it possible that phpunit patch fails for 8.1 here?

schmunk42 commented 2 years ago

Is is possibly related to https://github.com/yiisoft/yii2-docker/runs/5345420194?check_suite_focus=true#step:7:223 ?

For additional security you should declare the allow-plugins config with a list of packages names that are allowed to run code. See https://getcomposer.org/allow-plugins
bizley commented 2 years ago

Hmm, way ahead of scheduled date but possibly. It's worth to check though since the configuration is easy and will not affect negatively anything.

samdark commented 2 years ago

Is it solved now?

Isitar commented 2 years ago

yes, the pipeline runs :)