From f0656a45317073801ce5f86d55cf06b1d595c97c Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 14 Dec 2025 11:27:29 -0500 Subject: [PATCH] feat: upgrade setup-magento action test to v2.4.8-p3 --- .github/workflows/_internal-setup-magento.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_internal-setup-magento.yaml b/.github/workflows/_internal-setup-magento.yaml index c6f1b37..3f06e46 100644 --- a/.github/workflows/_internal-setup-magento.yaml +++ b/.github/workflows/_internal-setup-magento.yaml @@ -122,11 +122,11 @@ jobs: id: setup-magento with: php-version: 8.4 - tools: composer:v2 + tools: composer:v2.8 mode: extension magento_repository: ${{ env.MAGENTO_COMPOSER_REPO }} composer_auth: ${{ secrets.COMPOSER_AUTH }} - magento_version: magento/project-community-edition:2.4.8 + magento_version: magento/project-community-edition:2.4.8-p3 - uses: graycoreio/github-actions-magento2/cache-magento@main with: