Skip to content

Commit b087e3a

Browse files
authored
Merge pull request #88 from NethServer/sdl-7234
Update PHP-FPM version mappings to latest releases NethServer/dev#7234
2 parents 8fa3dfa + 14dd1a9 commit b087e3a

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)