Skip to content

Commit

Permalink
Revert change for installing legacy factories
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Feb 11, 2023
1 parent 65f9fa0 commit 22c7cb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
- name: Install legacy factories
run: |
composer remove "laravel/legacy-factories" --no-interaction
if: "matrix.laravel < 8"
composer require "laravel/legacy-factories" --no-interaction
if: "matrix.laravel >= 8"

- name: Execute tests
run: vendor/bin/phpunit --testdox --configuration phpunit.xml.dist
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0|^8.0",
"predis/predis": "^1.1",
"laravel/legacy-factories": "^1.3"
"predis/predis": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 22c7cb2

Please sign in to comment.