Skip to content

Commit 46c5708

Browse files
committed
PHP 8.5 is stable now
1 parent ea5ec02 commit 46c5708

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

container.env

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ PHP_REPO_GPG_KEYS=( "15058500A0235D97F5D10063B188E2B695BD4743" )
44
PHP_MILESTONES=(
55
"5.6"
66
"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
7+
"8.0" "8.1" "8.2" "8.3" "8.4" "8.5"
98
)
109

11-
PHP_LATEST_MILESTONE="8.4"
10+
PHP_LATEST_MILESTONE="8.5"
1211

1312
PHP_PACKAGES=()
1413
for PHP_MILESTONE in "${PHP_MILESTONES[@]}"; do

0 commit comments

Comments
 (0)