Skip to content

Commit

Permalink
Add new Magento Versions (2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Apr 15, 2024
1 parent 84975d5 commit 01c74f1
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,27 @@ jobs:
use-git-repository: false
git-repository: ""

- magento-version: magento-ce-2.4.6-p4
- magento-version: magento-ce-2.4.7
operating-system: ubuntu-latest
php-version: '8.3'
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.7
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-p5
operating-system: ubuntu-latest
php-version: '8.2'
mysql-version: '8.0'
Expand All @@ -88,7 +108,7 @@ jobs:
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.6-p4
- magento-version: magento-ce-2.4.6-p5
operating-system: ubuntu-latest
php-version: '8.1'
mysql-version: '8.0'
Expand All @@ -98,7 +118,7 @@ jobs:
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.5-p6
- magento-version: magento-ce-2.4.5-p7
operating-system: ubuntu-latest
php-version: '8.1'
mysql-version: '8.0'
Expand All @@ -108,7 +128,7 @@ jobs:
git-repository: ""
git-branch: ""

- magento-version: magento-ce-2.4.4-p2
- magento-version: magento-ce-2.4.4-p8
operating-system: ubuntu-latest
php-version: '8.1'
mysql-version: '8.0'
Expand Down
20 changes: 20 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,16 @@ commands:
version: 2.4.3-p3
options:
repository-url: https://mirror.mage-os.org
- name: magento-ce-2.4.7
package: magento/project-community-edition
version: 2.4.7
options:
repository-url: https://repo.magento.com
- name: magento-ce-2.4.6-p5
package: magento/project-community-edition
version: 2.4.6-p5
options:
repository-url: https://repo.magento.com
- name: magento-ce-2.4.6-p4
package: magento/project-community-edition
version: 2.4.6-p4
Expand All @@ -433,6 +443,11 @@ commands:
version: 2.4.5-p1
options:
repository-url: https://repo.magento.com
- name: magento-ce-2.4.5-p7
package: magento/project-community-edition
version: 2.4.5-p7
options:
repository-url: https://repo.magento.com
- name: magento-ce-2.4.5-p6
package: magento/project-community-edition
version: 2.4.5-p6
Expand All @@ -443,6 +458,11 @@ commands:
version: 2.4.5
options:
repository-url: https://repo.magento.com
- name: magento-ce-2.4.4-p8
package: magento/project-community-edition
version: 2.4.4-p8
options:
repository-url: https://repo.magento.com
- name: magento-ce-2.4.4-p7
package: magento/project-community-edition
version: 2.4.4-p7
Expand Down

0 comments on commit 01c74f1

Please sign in to comment.