Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
A PHP + Apache docker image with useful extensions preinstalled

The following versions of the image are available:
- PHP 5.6
- PHP 7.2
- PHP 7.3
- PHP 7.4
- PHP 8.0
- PHP 8.1
- PHP 8.2
- PHP 8.3
- PHP 8.4

Apache `mod_rewrite` has been activated.

Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down