Skip to content

Commit

Permalink
Add new Magento versions to installer and test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Mar 28, 2024
1 parent 0a9dced commit 2907754
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
15 changes: 15 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2907754

Please sign in to comment.