Skip to content

Commit

Permalink
Merge pull request #12 from customgento/update-github-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
norgeindian authored Jun 19, 2023
2 parents 732e3d2 + abec9d7 commit c14342c
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,67 +23,65 @@ jobs:
options: --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.3-p2 (PHP 7.4)
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p3 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.3-p2'
ce_version: '2.4.4-p3'
composer_version: '2'
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.3-p3 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p3 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.3-p3'
ce_version: '2.4.4-p3'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 7.4)
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p4 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.4'
ce_version: '2.4.4-p4'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 8.1)
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p4 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.4'
ce_version: '2.4.4-p4'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p1 (PHP 7.4)
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p2 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.4-p1'
ce_version: '2.4.5-p2'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.4-p1 (PHP 8.1)
- name: M2 Integration Tests with Magento 2 Version 2.4.5-p3 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.4-p1'
ce_version: '2.4.5-p3'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.5 (PHP 8.1)
- name: M2 Integration Tests with Magento 2 Version 2.4.6 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.5'
ce_version: '2.4.6'
composer_version: '2'
- uses: actions/checkout@v2
- name: M2 Integration Tests with Magento 2 Version 2.4.6 (PHP 8.1)
- name: M2 Integration Tests with Magento 2 Version 2.4.6-p1 (PHP 8.1)
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
with:
module_name: CustomGento_CliTaxEditor
composer_name: customgento/module-cli-tax-editor-m2
ce_version: '2.4.6'
ce_version: '2.4.6-p1'
composer_version: '2'

0 comments on commit c14342c

Please sign in to comment.