Skip to content

Commit ab59a8f

Browse files
committed
Remove PHP-73 from README's. It is not supported at all.
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 5ebf454 commit ab59a8f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Include common Makefile code.
22
BASE_IMAGE_NAME = php
3-
VERSIONS = 7.3 7.4 8.0 8.1 8.2 8.3
3+
VERSIONS = 7.4 8.0 8.1 8.2 8.3
44
OPENSHIFT_NAMESPACES =
55

66
# HACK: Ensure that 'git pull' for old clones doesn't cause confusion.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ For more information about concepts used in these container images, see the
2828
Versions
2929
--------
3030
PHP versions currently supported are:
31-
* [php-7.3](7.3)
3231
* [php-7.4](7.4)
3332
* [php-8.0](8.0)
3433
* [php-8.1](8.1)
@@ -83,8 +82,6 @@ on all the supported versions of PHP.**
8382
8483
Usage
8584
-----
86-
For information about usage of Dockerfile for PHP 7.3,
87-
see [usage documentation](7.3/README.md).
8885
8986
For information about usage of Dockerfile for PHP 7.4,
9087
see [usage documentation](7.4/README.md).

0 commit comments

Comments
 (0)