File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 fast_finish : true
99 include :
1010 - env :
11- - PHPCS_VERSION=2.9.1
11+ - PHPCS_VERSION=3.0.0
1212 - IS_LATEST=1
1313
1414before_script :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine
22
33MAINTAINER herloct <herloct@gmail.com>
44
5- ENV PHPCS_VERSION=2.9.1
5+ ENV PHPCS_VERSION=3.0.0
66
77RUN curl -L https://github.com/squizlabs/PHP_CodeSniffer/releases/download/$PHPCS_VERSION/phpcs.phar > /usr/local/bin/phpcs \
88 && chmod +x /usr/local/bin/phpcs \
Original file line number Diff line number Diff line change 33
44## Supported tags and respective ` Dockerfile ` links
55
6- * [ ` 2.9.1 ` , ` latest ` ] ( https://github.com/herloct/docker-phpcs/blob/2.9.1/Dockerfile )
6+ * [ ` 3.0.0 ` , ` latest ` ] ( https://github.com/herloct/docker-phpcs/blob/3.0.0/Dockerfile )
7+ * [ ` 2.9.1 ` ] ( https://github.com/herloct/docker-phpcs/blob/2.9.1/Dockerfile )
78* [ ` 2.9.0 ` ] ( https://github.com/herloct/docker-phpcs/blob/2.9.0/Dockerfile )
89* [ ` 2.8.1 ` ] ( https://github.com/herloct/docker-phpcs/blob/2.8.1/Dockerfile )
910* [ ` 2.8.0 ` ] ( https://github.com/herloct/docker-phpcs/blob/2.8.0/Dockerfile )
You can’t perform that action at this time.
0 commit comments