We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5ec02 commit 46c5708Copy full SHA for 46c5708
1 file changed
container.env
@@ -4,11 +4,10 @@ PHP_REPO_GPG_KEYS=( "15058500A0235D97F5D10063B188E2B695BD4743" )
4
PHP_MILESTONES=(
5
"5.6"
6
"7.0" "7.1" "7.2" "7.3" "7.4"
7
- "8.0" "8.1" "8.2" "8.3" "8.4"
8
- "8.5" # pre-release
+ "8.0" "8.1" "8.2" "8.3" "8.4" "8.5"
9
)
10
11
-PHP_LATEST_MILESTONE="8.4"
+PHP_LATEST_MILESTONE="8.5"
12
13
PHP_PACKAGES=()
14
for PHP_MILESTONE in "${PHP_MILESTONES[@]}"; do
0 commit comments