Skip to content

Commit

Permalink
Update PHP version mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Oct 29, 2024
1 parent 400f943 commit 59c2a49
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.27
version_map[8.2]=8.2.17
version_map[8.3]=8.3.4
version_map[8.1]=8.1.30
version_map[8.2]=8.2.25
version_map[8.3]=8.3.13
# 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 59c2a49

Please sign in to comment.