We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 639aca8 + 4f17275 commit e9c92c1Copy full SHA for e9c92c1
.github/workflows/tests.yml
@@ -120,7 +120,7 @@ jobs:
120
steps:
121
- uses: actions/checkout@v2
122
- name: M2 Integration Tests with Magento 2
123
- uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
+ uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
124
with:
125
module_name: TddWizard_Fixtures
126
composer_name: tddwizard/magento2-fixtures
composer.json
@@ -42,7 +42,7 @@
42
"magento/module-payment": "^100.3",
43
"magento/module-quote": "^101.1",
44
"magento/module-sales": "^102.0|^103.0",
45
- "fzaninotto/faker": "^1.8.0"
+ "fakerphp/faker": "^1.9.1"
46
},
47
"require-dev": {
48
"ext-json": "*",
0 commit comments