diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index f101bdf..fa358ed 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -6,5 +6,5 @@ jobs: name: M2 Coding Standard runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: extdn/github-actions-m2/magento-coding-standard@master diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ff5ba4c..966aff9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -23,24 +23,27 @@ jobs: ES_JAVA_OPTS: "-Xms64m -Xmx512m" 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 (PHP 7.4) - uses: extdn/github-actions-m2/magento-integration-tests/7.4@master + - uses: actions/checkout@v4 + - name: M2 Integration Tests with Magento 2 Version 2.4.5-p8 (PHP 8.1) + uses: extdn/github-actions-m2/magento-integration-tests/8.1@master with: module_name: FireGento_MageSetup composer_name: firegento/magesetup2 - ce_version: '2.4.3' - - uses: actions/checkout@v2 - - name: M2 Integration Tests with Magento 2 Version 2.4.4 (PHP 8.1) - uses: extdn/github-actions-m2/magento-integration-tests/8.1@master + 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 with: module_name: FireGento_MageSetup composer_name: firegento/magesetup2 - ce_version: '2.4.4' - - 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 + 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 with: module_name: FireGento_MageSetup composer_name: firegento/magesetup2 - ce_version: '2.4.5' + magento_version: '2.4.7-p1' + composer_version: '2'