Skip to content

Commit

Permalink
Add new actions, DEV-207
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Jan 29, 2024
1 parent 8e024b7 commit b1137bb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
ce_version: '2.4.4-p6'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p6 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
with:
module_name: CustomGento_Cookiebot
composer_name: customgento/module-cookiebot-m2
ce_version: '2.4.4-p6'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p5 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
with:
Expand Down Expand Up @@ -102,3 +110,11 @@ jobs:
composer_name: customgento/module-cookiebot-m2
ce_version: '2.4.6-p2'
composer_version: '2'
- uses: actions/checkout@v4
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p2 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_Cookiebot
composer_name: customgento/module-cookiebot-m2
ce_version: '2.4.6-p2'
composer_version: '2'

0 comments on commit b1137bb

Please sign in to comment.