diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8ed10ff..08d8139 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: M2 Integration Tests with Magento 2 - uses: extdn/github-actions-m2/magento-integration-tests/7.4@master + uses: extdn/github-actions-m2/magento-integration-tests/8.1@master with: module_name: TddWizard_Fixtures composer_name: tddwizard/magento2-fixtures diff --git a/composer.json b/composer.json index 0ca8d74..54c8d5a 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "magento/module-payment": "^100.3", "magento/module-quote": "^101.1", "magento/module-sales": "^102.0|^103.0", - "fzaninotto/faker": "^1.8.0" + "fakerphp/faker": "^1.9.1" }, "require-dev": { "ext-json": "*",