Skip to content

Commit

Permalink
Upgrade Node and Composer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mremi committed Feb 7, 2017
1 parent 1019339 commit 54d5e7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ services:

matrix:
include:
- env: LANGUAGE=node VERSION=4.7 MODD_VERSION=0.4 NODE_VERSION=4.7.2
- env: LANGUAGE=node VERSION=6.9 MODD_VERSION=0.4 NODE_VERSION=6.9.4
- env: LANGUAGE=node VERSION=7.4 MODD_VERSION=0.4 NODE_VERSION=7.4.0
- env: LANGUAGE=node VERSION=4.7 MODD_VERSION=0.4 NODE_VERSION=4.7.3
- env: LANGUAGE=node VERSION=6.9 MODD_VERSION=0.4 NODE_VERSION=6.9.5
- env: LANGUAGE=node VERSION=7.5 MODD_VERSION=0.4 NODE_VERSION=7.5.0
- env: LANGUAGE=java VERSION=8 MODD_VERSION=0.4 JAVA_VERSION=8u121-1~webupd8~0
- env: LANGUAGE=php VERSION=5.6 MODD_VERSION=0.4 PHP_VERSION=5.6.30 PHP_BUILD_INSTALL_EXTENSION=apcu=4.0.11 REDIS_VERSION=3.1.1
- env: LANGUAGE=php VERSION=7.1 MODD_VERSION=0.4 PHP_VERSION=7.1.1 PHP_BUILD_INSTALL_EXTENSION=apcu=5.1.8 REDIS_VERSION=3.1.1
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
Versions
========

2017-02-DEV
2017-03-DEV
-----------

* To do ... update version ...

2017-02-07
----------

* Add PHP extension for Redis
* Add PHP version: 7.1.1
* Remove PHP version: 7.0.14
* Upgrade PHP version: 5.6.30
* Upgrade APCu version: 5.1.8
* Upgrade composer version: 1.3.1
* Upgrade composer version: 1.3.2
* Upgrade Java version: 8u121
* Upgrade Maven version: 3.3.9
* To do .. update version ...
* Upgrade Node version: 4.7.3, 6.9.5, 7.5.0
* Add a new Golang image

2017-01-06
Expand Down
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
COMPOSER_NO_INTERACTION=1 \
PATH=/root/.phpenv/versions/current/bin:usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
PHP_BUILD_CONFIGURE_OPTS="--with-pdo-pgsql --disable-phpdbg --disable-cgi" \
COMPOSER_VERSION=1.3.1
COMPOSER_VERSION=1.3.2

ARG PHP_VERSION
ARG PHP_BUILD_INSTALL_EXTENSION
Expand Down

0 comments on commit 54d5e7d

Please sign in to comment.