From a5cd77e2a82d75800b933a8440aaa9f3ac3a0dff Mon Sep 17 00:00:00 2001 From: Cid Lopes Date: Mon, 15 Jan 2024 22:24:51 -0300 Subject: [PATCH] Update actions --- .github/workflows/ide.yml | 2 +- .github/workflows/phan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ide.yml b/.github/workflows/ide.yml index 7388c1b..4256197 100644 --- a/.github/workflows/ide.yml +++ b/.github/workflows/ide.yml @@ -45,7 +45,7 @@ jobs: - name: Install Magento id: install-magento run: | - composer create-project magento/community-edition=2.4.6 magento --no-dev + composer create-project magento/community-edition=2.4.5 magento --no-dev cd magento composer config minimum-stability dev composer config prefer-stable true diff --git a/.github/workflows/phan.yml b/.github/workflows/phan.yml index 9b589d3..2afadb3 100644 --- a/.github/workflows/phan.yml +++ b/.github/workflows/phan.yml @@ -45,7 +45,7 @@ jobs: - name: Install Magento id: install-magento run: | - composer create-project magento/community-edition=2.4.6 magento --no-dev + composer create-project magento/community-edition=2.4.5 magento --no-dev cd magento composer config minimum-stability dev composer config prefer-stable true