Merge pull request 'Fix PHP-CS' (#17) from nupplaPhil/friendica-docker-ci:fixups into stable

Reviewed-on: friendica/friendica-docker-ci#17
This commit is contained in:
heluecht 2024-03-16 08:41:27 +01:00
commit 5b9b6689ab
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}