Skip to content

Commit

Permalink
Merge pull request #213 from shochdoerfer/feature/extend_ci
Browse files Browse the repository at this point in the history
Extend CI pipeline with more Magento versions
  • Loading branch information
shochdoerfer committed May 13, 2022
2 parents bc1b44b + add3794 commit 1e4463e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -52,6 +52,18 @@ jobs:
composer remove --no-update magento/framework magento/module-backend magento/module-customer magento/module-store magento/module-ui
composer require magento/framework:103.0.2 magento/module-backend:102.0.2 magento/module-customer:103.0.2 magento/module-store:101.1.2 magento/module-ui:101.2.2
- name: Install Magento 2.4.3
if: matrix.magento-versions == '2.4.3'
run: |
composer remove --no-update magento/framework magento/module-backend magento/module-customer magento/module-store magento/module-ui
composer require magento/framework:103.0.3 magento/module-backend:102.0.3 magento/module-customer:103.0.3 magento/module-store:101.1.3 magento/module-ui:101.2.3
- name: Install Magento 2.4.4
if: matrix.magento-versions == '2.4.4'
run: |
composer remove --no-update magento/framework magento/module-backend magento/module-customer magento/module-store magento/module-ui
composer require magento/framework:103.0.4 magento/module-backend:102.0.4 magento/module-customer:103.0.4 magento/module-store:101.1.4 magento/module-ui:101.2.4
- name: Codesniffer
run: composer cs-check

Expand Down

0 comments on commit 1e4463e

Please sign in to comment.