From dfb8be2ee70885e4c9f8249a92fd02635c82e63d Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 14 Dec 2025 11:49:44 -0500 Subject: [PATCH] feat!(setup-magento): update default to use Magento v2.4.8-p3 --- .github/workflows/_internal-setup-magento.yaml | 2 +- setup-magento/action.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_internal-setup-magento.yaml b/.github/workflows/_internal-setup-magento.yaml index 45821c9..a0e7513 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -131,7 +131,7 @@ jobs: - uses: graycoreio/github-actions-magento2/cache-magento@main with: mode: 'extension' - composer_cache_key: 'magento/project-community-edition:2.4.8' + composer_cache_key: 'magento/project-community-edition:2.4.8-p3' - run: composer install name: Composer install diff --git a/setup-magento/action.yml b/setup-magento/action.yml index be13633..9c97590 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.1" + default: "8.4" required: true tools: @@ -27,7 +27,7 @@ inputs: magento_version: required: false - default: '~2.4.5' + default: 'magento/project-community-edition:2.4.8-p3' description: "The version of Magento to use. This is only relevant if you are testing an extension." apply_fixes: