Skip to content

Commit

Permalink
Merge pull request #65 from phpdocker-io/remove-php-73-72
Browse files Browse the repository at this point in the history
Remove php 7.2 and 7.3 due to Ubuntu 18.04 EOL
  • Loading branch information
luispabon authored Jun 19, 2023
2 parents 7892f76 + 87cb5e7 commit c7331ce
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 212 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,6 @@ jobs:
strategy:
matrix:
include:
- name: php72
folder: php/7.2
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
targets:
primary:
name: cli
tags: phpdockerio/php72-cli:latest
secondary:
name: fpm
tags: phpdockerio/php72-fpm:latest
repo_name: php72-fpm
tag: latest
tertiary: ~

- name: php73
folder: php/7.3
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
targets:
primary:
name: cli
tags: phpdockerio/php73-cli:latest
secondary:
name: fpm
tags: phpdockerio/php73-fpm:latest
tertiary: ~

- name: php74
folder: php/7.4
arch: [ linux/amd64, linux/arm64, linux/arm/v7 ]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ COPY --from=composer:1 /usr/bin/composer /usr/bin/composer
| 8.1 | `phpdockerio/php:8.1-cli` <br> `phpdockerio/php:8.1-fpm` | Ubuntu 22.04 | ✔ 25 Nov 2024 ||
| 8.0 | `phpdockerio/php:8.0-cli` <br> `phpdockerio/php:8.0-fpm` | Ubuntu 20.04 | ✔ 26 Nov 2023 ||
| 7.4 | `phpdockerio/php:7.4-cli` <br> `phpdockerio/php:7.4-fpm` | Ubuntu 20.04 | ❌ 28 Nov 2022 ||
| 7.3 | `phpdockerio/php73-cli` <br> `phpdockerio/php73-cli` | Ubuntu 18.04 | ❌ 06 Dec 2021 | |
| 7.2 | `phpdockerio/php72-cli` <br> `phpdockerio/php72-cli` | Ubuntu 18.04 | ❌ 30 Nov 2020 | |
| 7.3 | `phpdockerio/php73-cli` <br> `phpdockerio/php73-cli` | Ubuntu 18.04 | ❌ 06 Dec 2021 | |
| 7.2 | `phpdockerio/php72-cli` <br> `phpdockerio/php72-cli` | Ubuntu 18.04 | ❌ 30 Nov 2020 | |
| 7.1 | `phpdockerio/php71-cli` <br> `phpdockerio/php71-fpm` | Ubuntu 16.04 | ❌ 01 Dec 2019 ||
| 7.0 | `phpdockerio/php70-cli` <br> `phpdockerio/php70-fpm` | Ubuntu 16.04 | ❌ 10 Jan 2019 ||
| 5.6 | `phpdockerio/php56-cli` <br> `phpdockerio/php56-fpm` | Debian Jessie | ❌ 31 Dec 2018 ||
Expand Down
62 changes: 0 additions & 62 deletions php/7.2/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions php/7.2/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions php/7.2/overrides.conf

This file was deleted.

2 changes: 0 additions & 2 deletions php/7.2/php-fpm-startup

This file was deleted.

62 changes: 0 additions & 62 deletions php/7.3/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions php/7.3/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions php/7.3/overrides.conf

This file was deleted.

0 comments on commit c7331ce

Please sign in to comment.