Skip to content

Commit

Permalink
Merge pull request #81 from tddwizard/use-faker-fork
Browse files Browse the repository at this point in the history
Replace faker with maintained fork
  • Loading branch information
schmengler authored May 24, 2022
2 parents 639aca8 + 4f17275 commit e9c92c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit e9c92c1

Please sign in to comment.