We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d7ae1 commit 3b130b7Copy full SHA for 3b130b7
2 files changed
README.md
@@ -3,7 +3,6 @@
3
A PHP + Apache docker image with useful extensions preinstalled
4
5
The following versions of the image are available:
6
- - PHP 7.2
7
- PHP 7.3
8
- PHP 7.4
9
- PHP 8.0
update.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
-versions=(7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4)
+versions=(7.3 7.4 8.0 8.1 8.2 8.3 8.4)
for version in "${versions[@]}"; do
0 commit comments