diff --git a/.github/workflows/extdn-integration-tests.yml b/.github/workflows/extdn-integration-tests.yml index 7d05220..d5cae63 100644 --- a/.github/workflows/extdn-integration-tests.yml +++ b/.github/workflows/extdn-integration-tests.yml @@ -33,18 +33,18 @@ jobs: MODULE_NAME: ${{ secrets.MODULE_NAME }} COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - - uses: extdn/github-actions-m2/magento-integration-tests/8.1@master + - uses: extdn/github-actions-m2/magento-integration-tests/8.3@master env: - MAGENTO_VERSION: '2.4.5-p1' + MAGENTO_VERSION: '2.4.7-p2' COMPOSER_VERSION: 2 with: magento_pre_install_script: .github/workflows/extdn-integration-tests-pre-install.sh - magento_post_install_script: .github/workflows/extdn-integration-tests-post-install.sh \ No newline at end of file + magento_post_install_script: .github/workflows/extdn-integration-tests-post-install.sh diff --git a/.github/workflows/extdn-phpstan.yml b/.github/workflows/extdn-phpstan.yml index 919c518..2589398 100644 --- a/.github/workflows/extdn-phpstan.yml +++ b/.github/workflows/extdn-phpstan.yml @@ -6,15 +6,15 @@ jobs: name: PHPStan runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - - uses: docker://extdn/magento-phpstan-action:7.4-latest + - uses: docker://extdn/magento-phpstan-action:8.3-latest with: composer_name: ${{ secrets.COMPOSER_NAME }} composer_version: 2 diff --git a/.github/workflows/extdn-unit-tests.yml b/.github/workflows/extdn-unit-tests.yml index da2cbc4..033ce36 100644 --- a/.github/workflows/extdn-unit-tests.yml +++ b/.github/workflows/extdn-unit-tests.yml @@ -11,20 +11,15 @@ jobs: MODULE_NAME: ${{ secrets.MODULE_NAME }} COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Composer dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - - uses: extdn/github-actions-m2/magento-unit-tests/7.3@master + - uses: extdn/github-actions-m2/magento-unit-tests/8.3@master env: - MAGENTO_VERSION: '2.3.7-p3' - COMPOSER_VERSION: 1 - - - uses: extdn/github-actions-m2/magento-unit-tests/8.1@master - env: - MAGENTO_VERSION: '2.4.5-p1' - COMPOSER_VERSION: 2 \ No newline at end of file + MAGENTO_VERSION: '2.4.7-p3' + COMPOSER_VERSION: 2