Skip to content

Commit

Permalink
Update binary to 2.13.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvanmeer authored and herloct committed Nov 28, 2018
1 parent d4f91ab commit 89f5513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
fast_finish: true
include:
- env:
- PHP_CS_FIXER_VERSION=2.7.1
- PHP_CS_FIXER_VERSION=2.13.0
- IS_LATEST=1

before_script:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine

MAINTAINER herloct <herloct@gmail.com>

ENV PHP_CS_FIXER_VERSION=2.7.1
ENV PHP_CS_FIXER_VERSION=2.13.0

RUN curl -L https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v$PHP_CS_FIXER_VERSION/php-cs-fixer.phar > /usr/local/bin/php-cs-fixer \
&& chmod +x /usr/local/bin/php-cs-fixer \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

## Supported tags and respective `Dockerfile` links

* [`2.7.1`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.7.1/Dockerfile)
* [`2.13.0`, `latest`](https://github.com/herloct/docker-php-cs-fixer/blob/2.13.0/Dockerfile)
* [`2.7.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.7.1/Dockerfile)
* [`2.3.2`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.2/Dockerfile)
* [`2.3.1`](https://github.com/herloct/docker-php-cs-fixer/blob/2.3.1/Dockerfile)
* [`2.2.4`](https://github.com/herloct/docker-php-cs-fixer/blob/2.2.4/Dockerfile)
Expand Down

0 comments on commit 89f5513

Please # to comment.