diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 8a95f622..81b8c7a4 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -43,7 +43,7 @@ jobs: - name: Install/Configure Plugin run: | docker exec shopware6 bash -c "composer config --json repositories.local '{\"type\": \"path\", \"url\": \"/data/extensions/workdir\", \"options\": { \"symlink\": false } }'" - docker exec shopware6 bash -c 'composer require adyen/adyen-shopware6:*' + docker exec shopware6 bash -c 'composer require adyen/adyen-shopware6:*@RC' docker exec shopware6 bash -c 'php bin/console plugin:refresh' docker exec shopware6 bash -c 'php bin/console plugin:install AdyenPaymentShopware6 --activate' docker exec shopware6 bash -c 'php bin/console cache:clear'