Skip to content

Commit

Permalink
Merge pull request #63 from drupal-docker/deprecate/54-and-55
Browse files Browse the repository at this point in the history
Deprecate php 5.4 and 5.5
  • Loading branch information
zaporylie authored Dec 15, 2016
2 parents 8184d81 + 1b75ff3 commit 2bd3bd9
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 135 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ services:

env:
matrix:
- DOCKERFILE="Dockerfile-cli" DOCKERPATH="5.4"
- DOCKERFILE="Dockerfile-apache" DOCKERPATH="5.4"
- DOCKERFILE="Dockerfile-fpm" DOCKERPATH="5.4"
- DOCKERFILE="Dockerfile-cli" DOCKERPATH="5.5"
- DOCKERFILE="Dockerfile-apache" DOCKERPATH="5.5"
- DOCKERFILE="Dockerfile-fpm" DOCKERPATH="5.5"
- DOCKERFILE="Dockerfile-cli" DOCKERPATH="5.6"
- DOCKERFILE="Dockerfile-apache" DOCKERPATH="5.6"
- DOCKERFILE="Dockerfile-fpm" DOCKERPATH="5.6"
Expand Down
14 changes: 0 additions & 14 deletions 5.4/Dockerfile-apache

This file was deleted.

18 changes: 0 additions & 18 deletions 5.4/Dockerfile-cli

This file was deleted.

13 changes: 0 additions & 13 deletions 5.4/Dockerfile-fpm

This file was deleted.

3 changes: 0 additions & 3 deletions 5.4/cli/drupal-cli.ini

This file was deleted.

8 changes: 0 additions & 8 deletions 5.4/drupal-00.ini

This file was deleted.

15 changes: 0 additions & 15 deletions 5.5/Dockerfile-apache

This file was deleted.

19 changes: 0 additions & 19 deletions 5.5/Dockerfile-cli

This file was deleted.

14 changes: 0 additions & 14 deletions 5.5/Dockerfile-fpm

This file was deleted.

3 changes: 0 additions & 3 deletions 5.5/cli/drupal-cli.ini

This file was deleted.

8 changes: 0 additions & 8 deletions 5.5/drupal-00.ini

This file was deleted.

6 changes: 0 additions & 6 deletions 5.5/drupal-opcache.ini

This file was deleted.

8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ PHP

Version | Type | Tags | Dockerfile
--- | --- | --- | ---
5.4 (deprecated) | cli | `5.4-cli` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.4/Dockerfile-cli)
| apache | `5.4-apache` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.4/Dockerfile-apache)
| fpm | `5.4-fpm`, `5.4` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.4/Dockerfile-fpm)
5.5 (deprecated) | cli | `5.5-cli` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.5/Dockerfile-cli)
| apache | `5.5-apache` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.5/Dockerfile-apache)
| fpm | `5.5-fpm`, `5.5` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.5/Dockerfile-fpm)
5.6 | cli | `5.6-cli`, `5-cli`, `cli` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.6/Dockerfile-cli)
| | `5.6-alpine-cli` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.6/Dockerfile-alpine-cli)
| apache | `5.6-apache`, `5-apache`, `apache` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/5.6/Dockerfile-apache)
Expand All @@ -26,5 +20,3 @@ Version | Type | Tags | Dockerfile
| apache | `7.1-apache` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/7.1/Dockerfile-apache)
| fpm | `7.1-fpm`, `7.1` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/7.1/Dockerfile-fpm)
| | `7.1-alpine-fpm`, `7.1-alpine` | [Dockerfile](https://github.com/drupal-docker/php/blob/master/7.1/Dockerfile-alpine-fpm)

**Deprecation notice:** drupaldocker/php:5.4 and drupaldocker/php:5.5 EOL date: **December 13, 2016**

0 comments on commit 2bd3bd9

Please sign in to comment.