Skip to content

Commit 14dd1a9

Browse files
committed
chore: update PHP-FPM version mappings to latest releases
1 parent 8fa3dfa commit 14dd1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imageroot/bin/download-php-fpm

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ declare -A version_map
1313

1414
version_map[7.4]=7.4.33
1515
version_map[8.0]=8.0.30
16-
version_map[8.1]=8.1.30
17-
version_map[8.2]=8.2.25
18-
version_map[8.3]=8.3.13
16+
version_map[8.1]=8.1.31
17+
version_map[8.2]=8.2.26
18+
version_map[8.3]=8.3.14
1919
# Check if major_version is mapped properly
2020
if [[ -z "${version_map[$minor_version]}" ]]; then
2121
echo "PHP version $minor_version is not supported" 1>&2

0 commit comments

Comments
 (0)