File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ jobs:
2020 - ' 7.4'
2121 - ' 8.0'
2222 symfony-version :
23- - ' 4.4.* '
24- - ' 5.3.* '
23+ - ' 4.4'
24+ - ' 5.3'
2525 dependencies :
2626 - ' lowest'
2727 - ' highest'
2828 remove-dependencies : [ '' ]
29- coverage : [ '' ]
29+ coverage : [ 'none ' ]
3030 include :
3131 - php-version : ' 8.0'
32- symfony-version : ' 5.3.* '
32+ symfony-version : ' 5.3'
3333 dependencies : ' lowest'
3434 remove-dependencies : ' --dev symfony/validator'
3535 - php-version : ' 8.0'
36- symfony-version : ' 5.3.* '
36+ symfony-version : ' 5.3'
3737 dependencies : ' lowest'
3838 coverage : " pcov"
3939 steps :
@@ -48,11 +48,11 @@ jobs:
4848
4949 - name : " Change stability"
5050 if : " matrix.stability != ''"
51- run : perl -pi -e 's/^}$/,"minimum-stability":"'"${{ matrix.minimum-stability }}"'"}/' composer.json
51+ run : perl -pi -e 's/^}$/,"minimum-stability":"'"${{ matrix.minimum-stability }}"'"}/' composer.json && cat composer.json
5252
5353 - name : " Symfony version"
5454 if : " matrix.symfony-version != ''"
55- run : perl -pi -e 's#"(symfony/.*)":\s*".*"#"$1":"'"${{ matrix.symfony-version }}.\ *"'"#' composer.json
55+ run : perl -pi -e 's#"(symfony/.*)":\s*"\^ .*"#"$1":"'"${{ matrix.symfony-version }}.*"'"#' composer.json && cat composer.json
5656
5757 - name : " Webonyx GraphQL version"
5858 if : " matrix.graphql-version != ''"
6464
6565 - name : " Install dependencies"
666667+ with :
68+ dependency-versions : ${{ matrix.dependencies }}
6769
6870 - name : " Run tests"
6971 run : composer test
Original file line number Diff line number Diff line change 5353 "phpstan/phpstan" : " ^0.12.58" ,
5454 "phpstan/phpstan-phpunit" : " ^0.12.11" ,
5555 "phpstan/phpstan-symfony" : " ^0.12.6" ,
56- "phpunit/phpunit" : " ^9.2 " ,
56+ "phpunit/phpunit" : " ^9.5 " ,
5757 "react/promise" : " ^2.5" ,
5858 "symfony/asset" : " ^4.4 || ^5.2" ,
5959 "symfony/browser-kit" : " ^4.4 || ^5.2" ,
6767 "symfony/yaml" : " ^4.4 || ^5.2" ,
6868 "twig/twig" : " ^2.10|^3.0"
6969 },
70+ "conflict" : {
71+ "phpdocumentor/type-resolver" : " <1.4.0" ,
72+ "react/promise" : " <2.8" ,
73+ "symfony/phpunit-bridge" : " <4.4.9"
74+ },
7075 "extra" : {
7176 "branch-alias" : {
7277 "dev-master" : " 0.14-dev"
You can’t perform that action at this time.
0 commit comments