Skip to content

Commit 4c22df1

Browse files
committed
Use latest images
1 parent f690644 commit 4c22df1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ install-phive:
88

99
.PHONY: setup
1010
setup: install-phive
11-
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phar-ga:master tools/phive.phar install --force-accept-unsigned
11+
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phar-ga:latest php tools/phive.phar install --force-accept-unsigned
1212

1313
.PHONY: phpcs
1414
phpcs:
15-
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpcs-ga:master -d memory_limit=1024M
15+
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpcs-ga:latest -d memory_limit=1024M
1616

1717
.PHONY: phpstan
1818
phpstan:
19-
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:master analyse src --no-progress --level max --configuration phpstan.neon
19+
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --level max --configuration phpstan.neon
2020

2121
.PHONY: test
2222
test:

0 commit comments

Comments
 (0)