File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ install-phive:
8
8
9
9
.PHONY : setup
10
10
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
12
12
13
13
.PHONY : phpcs
14
14
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
16
16
17
17
.PHONY : phpstan
18
18
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
20
20
21
21
.PHONY : test
22
22
test :
You can’t perform that action at this time.
0 commit comments