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.
1 parent 65f9fa0 commit 22c7cb2Copy full SHA for 22c7cb2
.github/workflows/run-tests.yml
@@ -102,8 +102,8 @@ jobs:
102
103
- name: Install legacy factories
104
run: |
105
- composer remove "laravel/legacy-factories" --no-interaction
106
- if: "matrix.laravel < 8"
+ composer require "laravel/legacy-factories" --no-interaction
+ if: "matrix.laravel >= 8"
107
108
- name: Execute tests
109
run: vendor/bin/phpunit --testdox --configuration phpunit.xml.dist
composer.json
@@ -29,8 +29,7 @@
29
},
30
"require-dev": {
31
"orchestra/testbench": "^6.0|^7.0|^8.0",
32
- "predis/predis": "^1.1",
33
- "laravel/legacy-factories": "^1.3"
+ "predis/predis": "^1.1"
34
35
"autoload": {
36
"psr-4": {
0 commit comments