We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7fc21 commit 0fbe22bCopy full SHA for 0fbe22b
Makefile
@@ -27,7 +27,7 @@ infection-testing:
27
${INFECTION} --coverage=build/logs/phpunit --min-msi=68 --threads=`nproc`
28
29
static-analysis:
30
- ${PHPSTAN} analyse --no-progress
+ ${PHPSTAN} analyse --memory-limit 256m --no-progress
31
32
update-dependencies:
33
composer update
docker/dev/php/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:7.3-cli-alpine3.10
+FROM php:7.4-cli-alpine3.12
2
3
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
4
ENV COMPOSER_ALLOW_SUPERUSER 1
0 commit comments