Skip to content

Commit a08f196

Browse files
authored
Merge pull request #23 from rezoleo/add-new-php
Add PHP 8.3 & 8.4
2 parents ac1c7f6 + 3b130b7 commit a08f196

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
A PHP + Apache docker image with useful extensions preinstalled
44

55
The following versions of the image are available:
6-
- PHP 5.6
7-
- PHP 7.2
86
- PHP 7.3
97
- PHP 7.4
108
- PHP 8.0
119
- PHP 8.1
1210
- PHP 8.2
11+
- PHP 8.3
12+
- PHP 8.4
1313

1414
Apache `mod_rewrite` has been activated.
1515

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
versions=(7.2 7.3 7.4 8.0 8.1 8.2)
5+
versions=(7.3 7.4 8.0 8.1 8.2 8.3 8.4)
66

77
for version in "${versions[@]}"; do
88

0 commit comments

Comments
 (0)