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