Skip to content

Commit

Permalink
Merge pull request #88 from NethServer/sdl-7234
Browse files Browse the repository at this point in the history
Update PHP-FPM version mappings to latest releases NethServer/dev#7234
  • Loading branch information
stephdl authored Dec 30, 2024
2 parents 8fa3dfa + 14dd1a9 commit b087e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imageroot/bin/download-php-fpm
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ declare -A version_map

version_map[7.4]=7.4.33
version_map[8.0]=8.0.30
version_map[8.1]=8.1.30
version_map[8.2]=8.2.25
version_map[8.3]=8.3.13
version_map[8.1]=8.1.31
version_map[8.2]=8.2.26
version_map[8.3]=8.3.14
# Check if major_version is mapped properly
if [[ -z "${version_map[$minor_version]}" ]]; then
echo "PHP version $minor_version is not supported" 1>&2
Expand Down

0 comments on commit b087e3a

Please sign in to comment.