Skip to content

Commit 0fbe22b

Browse files
committed
small improvements
1 parent ec7fc21 commit 0fbe22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ infection-testing:
2727
${INFECTION} --coverage=build/logs/phpunit --min-msi=68 --threads=`nproc`
2828

2929
static-analysis:
30-
${PHPSTAN} analyse --no-progress
30+
${PHPSTAN} analyse --memory-limit 256m --no-progress
3131

3232
update-dependencies:
3333
composer update

docker/dev/php/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3-cli-alpine3.10
1+
FROM php:7.4-cli-alpine3.12
22

33
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
44
ENV COMPOSER_ALLOW_SUPERUSER 1

0 commit comments

Comments
 (0)