diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a866b15..85a6956 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,14 +72,6 @@ jobs: ce_version: '2.4.4-p1' composer_version: '2' - uses: actions/checkout@v2 - - name: M2 Integration Tests with Magento 2 Version 2.4.5 (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.5' - composer_version: '2' - - uses: actions/checkout@v2 - name: M2 Integration Tests with Magento 2 Version 2.4.5 (PHP 8.1) uses: extdn/github-actions-m2/magento-integration-tests/8.1@master with: