Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PHP-FPM version mappings to latest releases #88

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading