diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 678cdf5..966aff9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -30,6 +30,7 @@ jobs: module_name: FireGento_MageSetup composer_name: firegento/magesetup2 magento_version: '2.4.5-p8' + composer_version: '2' - uses: actions/checkout@v4 - name: M2 Integration Tests with Magento 2 Version 2.4.6-p6 (PHP 8.2) uses: extdn/github-actions-m2/magento-integration-tests/8.2@master @@ -37,6 +38,7 @@ jobs: module_name: FireGento_MageSetup composer_name: firegento/magesetup2 magento_version: '2.4.6-p6' + composer_version: '2' - uses: actions/checkout@v4 - name: M2 Integration Tests with Magento 2 Version 2.4.7-p1 (PHP 8.3) uses: extdn/github-actions-m2/magento-integration-tests/8.3@master @@ -44,3 +46,4 @@ jobs: module_name: FireGento_MageSetup composer_name: firegento/magesetup2 magento_version: '2.4.7-p1' + composer_version: '2'