diff --git a/.github/workflows/extdn-integration-tests.yml b/.github/workflows/extdn-integration-tests.yml index 282a8d4..8557e92 100644 --- a/.github/workflows/extdn-integration-tests.yml +++ b/.github/workflows/extdn-integration-tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mysql:5.7 + image: mysql:8.0 env: MYSQL_ROOT_PASSWORD: root ports: @@ -34,9 +34,9 @@ jobs: COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }} steps: - uses: actions/checkout@v2 - - uses: extdn/github-actions-m2/magento-integration-tests/7.4@master + - uses: extdn/github-actions-m2/magento-integration-tests/8.2@master env: - MAGENTO_VERSION: '2.4.3-p1' + MAGENTO_VERSION: '2.4.6' COMPOSER_VERSION: '2' with: magento_pre_install_script: .github/workflows/extdn-integration-tests-pre-install-m24.sh diff --git a/.github/workflows/extdn-phpstan-pre-install.sh b/.github/workflows/extdn-phpstan-pre-install.sh index 3884093..0334085 100644 --- a/.github/workflows/extdn-phpstan-pre-install.sh +++ b/.github/workflows/extdn-phpstan-pre-install.sh @@ -3,5 +3,5 @@ composer config minimum-stability dev composer config prefer-stable false composer require yireo/magento2-integration-test-helper:~0.0.1 --no-update -composer require yireo/magento2-replace-bundled:^4.0 --no-update -composer require yireo/magento2-replace-inventory:^4.0 --no-update +#composer require yireo/magento2-replace-bundled:^4.0 --no-update +#composer require yireo/magento2-replace-inventory:^4.0 --no-update diff --git a/.github/workflows/extdn-static-tests.yml b/.github/workflows/extdn-static-tests.yml index 73c9819..21e9ab8 100644 --- a/.github/workflows/extdn-static-tests.yml +++ b/.github/workflows/extdn-static-tests.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: extdn/github-actions-m2/magento-coding-standard@master + - uses: extdn/github-actions-m2/magento-coding-standard/8.2@master diff --git a/.github/workflows/extdn-unit-tests.yml b/.github/workflows/extdn-unit-tests.yml index a74f7c4..2403ae4 100644 --- a/.github/workflows/extdn-unit-tests.yml +++ b/.github/workflows/extdn-unit-tests.yml @@ -12,9 +12,9 @@ jobs: COMPOSER_NAME: ${{ secrets.COMPOSER_NAME }} steps: - uses: actions/checkout@v2 - - uses: extdn/github-actions-m2/magento-unit-tests/7.4@master + - uses: extdn/github-actions-m2/magento-unit-tests/8.2@master env: COMPOSER_VERSION: '2' - MAGENTO_VERSION: '2.4.3-p1' + MAGENTO_VERSION: '2.4.6' with: magento_pre_install_script: .github/workflows/extdn-unit-tests-pre-install-m24.sh