File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 if : matrix.graphql-version != ''
8888 run : composer req "webonyx/graphql-php:${{ matrix.graphql-version }}" --dev --no-update
8989
90+ - name : " Disabled validator if needed"
91+ if : matrix.validator == false
92+ run : composer remove "symfony/validator" --dev --no-update;
93+
9094 - name : " Install dependencies"
9195 run : composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
9296
@@ -98,10 +102,6 @@ jobs:
98102 if : matrix.symfony-deprecation-helper != ''
99103 run : export SYMFONY_DEPRECATIONS_HELPER=${{ matrix.symfony-deprecation-helper }}
100104
101- - name : " Disabled validor if needed"
102- if : matrix.validator == false
103- run : export VALIDATOR=0
104-
105105 - name : " Run tests"
106106 run : composer test
107107
You can’t perform that action at this time.
0 commit comments