Great, thanks. I think now the image at https://hub.docker.com/r/friendicaci/php-cs needs to be pushed again, so it can pick up the latest changes.
I've now adopted the suggestion from the php-cs-fixer documentation for running it on CI.
I've changed the command from fix --dry-run
to check
, so I think it's safe to omit the --dry-run flag. If you prefer, I can add it again.
I think I have an idea. In the file .woodpecker/.phpunit.yml, the xdebug module is enabled again if the PHP version equals 7.4.
I guess that is to upload the code coverage only once and not…
Great question. 🙂
I've just copied the files from PHP 8.2 and adapted them for PHP 8.3, so this slipped through. However, from a quick look at the other Dockerfiles, this is done in every…