Skip to content

Commit

Permalink
account for new magento version 2.4.6 using php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Apr 19, 2023
1 parent a964780 commit 9b5fa24
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bin/dockerize
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,16 @@ case "$ee_version" in
# composer_image="pmetpublic/magento-cloud-docker-$app_php_version-cli-1.2-latest"
# COMPOSER_VERSION="2.1.6"
error "Magento version $ee_version no longer supported" ;;
2.4.[45678]|2.4.[45678]-p*)
2.4.[45]|2.4.[45]-p*)
mcd_branch="1.3.2.x-dev"
composer_image="pmetpublic/magento-cloud-docker-$app_php_version-cli-1.3.2-latest"
COMPOSER_VERSION="2.1.4"
;;
2.4.[678]|2.4.[678]-p*)
mcd_branch="1.3.5.x-dev"
composer_image="pmetpublic/magento-cloud-docker-$app_php_version-cli-1.3.5-latest"
COMPOSER_VERSION="2.1.4"
;;
esac


Expand Down

0 comments on commit 9b5fa24

Please sign in to comment.