File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- symfony-versions : ['3.4.*', ' 4.4.*', '5.1', '5.2']
16
+ symfony-versions : ['4.4.*', '5.1', '5.2']
17
17
php : ['7.2', '7.3', '7.4', '8.0']
18
+ include :
19
+ - description : ' 3.4.*'
20
+ php : ' 7.2'
21
+ symfony_constraint : 3.4.*
22
+ env :
23
+ SYMFONY_DEPRECATIONS_HELPER : disabled
18
24
19
25
name : PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }}
20
26
steps :
34
40
sed -ri '/symfony\/(monolog-bundle|phpunit-bridge|messenger)/! s/"symfony\/(.+)": "(.+)"/"symfony\/\1": "'${{ matrix.symfony-versions }}'"/' composer.json;
35
41
36
42
- run : composer remove --dev symfony/messenger --no-update
37
- env :
38
- SYMFONY_DEPRECATIONS_HELPER : disabled
39
- if : matrix.symfony-versions == '3.4.*'
40
-
41
- - run : composer remove --dev friendsofphp/php-cs-fixer --no-update
42
43
if : matrix.symfony-versions == '3.4.*'
43
44
44
45
- run : composer update --no-progress --ansi
You can’t perform that action at this time.
0 commit comments