From b01f3494c27ecce5266f2662abd5bda557982e6b Mon Sep 17 00:00:00 2001 From: Herve Tribouilloy Date: Thu, 7 May 2026 15:04:39 +0100 Subject: [PATCH] Align setup-magento action with upstream defaults --- setup-magento/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-magento/action.yml b/setup-magento/action.yml index ef040fa..250b189 100644 --- a/setup-magento/action.yml +++ b/setup-magento/action.yml @@ -5,7 +5,7 @@ description: "This action sets up a Magento instance for further actions like ru inputs: php-version: description: "Setup PHP version." - default: "8.3" + default: "8.4" required: true tools: @@ -27,7 +27,7 @@ inputs: magento_version: required: false - default: '~2.4.7-p4' + default: '~2.4.8-p3' description: "The version of Magento to use. This is only relevant if you are testing an extension." apply_fixes: