diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dc0cc08..86c6de0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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'