File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,13 @@ jobs:
2020 fail-fast : false
2121 matrix :
2222 include :
23- - php-version : 7.1
24- symfony-version : " 3.4.*"
25-
26- - php-version : 7.2
27- symfony-version : " 4.0.*"
28- phpunit-version : " ^7.2"
29-
3023 - php-version : 7.2
31- symfony-version : " 4.1 .*"
24+ symfony-version : " 4.3 .*"
3225 phpunit-version : " ^7.2"
3326
3427 - php-version : 7.3
3528 symfony-version : " 4.3.*"
29+ validator : false
3630
3731 - php-version : 7.3
3832 symfony-version : " 4.3.*"
@@ -104,6 +98,10 @@ jobs:
10498 if : matrix.symfony-deprecation-helper != ''
10599 run : export SYMFONY_DEPRECATIONS_HELPER=${{ matrix.symfony-deprecation-helper }}
106100
101+ - name : " Disabled validor if needed"
102+ if : matrix.validator == false
103+ run : export VALIDATOR=0
104+
107105 - name : " Run tests"
108106 run : composer test
109107
You can’t perform that action at this time.
0 commit comments