Skip to content

Commit e9c92c1

Browse files
authored
Merge pull request #81 from tddwizard/use-faker-fork
Replace faker with maintained fork
2 parents 639aca8 + 4f17275 commit e9c92c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- uses: actions/checkout@v2
122122
- name: M2 Integration Tests with Magento 2
123-
uses: extdn/github-actions-m2/magento-integration-tests/7.4@master
123+
uses: extdn/github-actions-m2/magento-integration-tests/8.1@master
124124
with:
125125
module_name: TddWizard_Fixtures
126126
composer_name: tddwizard/magento2-fixtures

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"magento/module-payment": "^100.3",
4343
"magento/module-quote": "^101.1",
4444
"magento/module-sales": "^102.0|^103.0",
45-
"fzaninotto/faker": "^1.8.0"
45+
"fakerphp/faker": "^1.9.1"
4646
},
4747
"require-dev": {
4848
"ext-json": "*",

0 commit comments

Comments
 (0)