From 6cf927f3b853f9bb6532cccaec40e52aad80e5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Thu, 28 Mar 2024 15:44:18 +0100 Subject: [PATCH] Add new Magento versions to installer and test setup --- .github/workflows/magento_platform_tests.yml | 14 ++++++++++++-- config.yaml | 15 +++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.github/workflows/magento_platform_tests.yml b/.github/workflows/magento_platform_tests.yml index f08b5e85..fd7482db 100644 --- a/.github/workflows/magento_platform_tests.yml +++ b/.github/workflows/magento_platform_tests.yml @@ -78,7 +78,17 @@ jobs: use-git-repository: false git-repository: "" - - magento-version: magento-ce-2.4.6-p2 + - magento-version: magento-ce-2.4.6-p4 + operating-system: ubuntu-latest + php-version: '8.2' + mysql-version: '8.0' + elasticsearch-version: 7.16.0 + composer-version: '2.2.17' + use-git-repository: false + git-repository: "" + git-branch: "" + + - magento-version: magento-ce-2.4.6-p4 operating-system: ubuntu-latest php-version: '8.1' mysql-version: '8.0' @@ -88,7 +98,7 @@ jobs: git-repository: "" git-branch: "" - - magento-version: magento-ce-2.4.5-p1 + - magento-version: magento-ce-2.4.5-p6 operating-system: ubuntu-latest php-version: '8.1' mysql-version: '8.0' diff --git a/config.yaml b/config.yaml index 957f186f..7ceee103 100644 --- a/config.yaml +++ b/config.yaml @@ -406,6 +406,11 @@ commands: version: 2.4.3-p3 options: repository-url: https://mirror.mage-os.org + - name: magento-ce-2.4.6-p4 + package: magento/project-community-edition + version: 2.4.6-p4 + options: + repository-url: https://repo.magento.com - name: magento-ce-2.4.6-p2 package: magento/project-community-edition version: 2.4.6-p2 @@ -426,11 +431,21 @@ commands: version: 2.4.5-p1 options: repository-url: https://repo.magento.com + - name: magento-ce-2.4.5-p6 + package: magento/project-community-edition + version: 2.4.5-p6 + options: + repository-url: https://repo.magento.com - name: magento-ce-2.4.5 package: magento/project-community-edition version: 2.4.5 options: repository-url: https://repo.magento.com + - name: magento-ce-2.4.4-p7 + package: magento/project-community-edition + version: 2.4.4-p7 + options: + repository-url: https://repo.magento.com - name: magento-ce-2.4.4-p2 package: magento/project-community-edition version: 2.4.4-p2