Skip to content

Commit 6173c9f

Browse files
authored
Update binary to version 3.0.0. (#5)
1 parent be5bf20 commit 6173c9f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ matrix:
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

1414
before_script:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:7.1.5-alpine
22

33
MAINTAINER herloct <herloct@gmail.com>
44

5-
ENV PHPCS_VERSION=2.9.1
5+
ENV PHPCS_VERSION=3.0.0
66

77
RUN 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 \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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)

0 commit comments

Comments
 (0)