Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.4
FROM php:8.0
RUN apt-get update -q && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \

View File

@ -8,4 +8,4 @@ else
EXTRA_ARGS='';
fi
./vendor/bin/php-cs-fixer fix -v --diff --dry-run --stop-on-violation --using-cache=no ${EXTRA_ARGS}
./bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix -v --diff --dry-run --stop-on-violation --using-cache=no ${EXTRA_ARGS}