File tree Expand file tree Collapse file tree 3 files changed +7
-53
lines changed
Expand file tree Collapse file tree 3 files changed +7
-53
lines changed Original file line number Diff line number Diff line change 3737 coverage : yes
3838 - php-version : 8.0
3939 composer-flags : " --ignore-platform-reqs"
40+ symfony-deprecations : " max[self]=0"
4041
4142 steps :
4243 - name : " Checkout"
6869 - name : " Install dependencies with composer"
6970 env :
7071 SYMFONY_REQUIRE : " ${{ matrix.symfony-require }}"
71- run : " composer update --no-interaction --no-progress ${{ matrix.composer-flags }}"
72+ run : |
73+ composer global require --no-progress --no-scripts --no-plugins symfony/flex
74+ composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
7275
7376 - name : " Run PHPUnit"
7477 if : " ${{ matrix.coverage != '' }}"
7881 php ocular.phar code-coverage:upload --format=php-clover coverage.clover
7982
8083 - name : " Run PHPUnit"
84+ env :
85+ SYMFONY_DEPRECATIONS_HELPER : " ${{ matrix.symfony-deprecations }}"
8186 if : " ${{ matrix.coverage == '' }}"
8287 run : " ./phpunit"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4747 },
4848 "require-dev" : {
4949 "sensio/framework-extra-bundle" : " ^3.0.13|^4.0|^5.0" ,
50- "symfony/phpunit-bridge" : " ^4.4|^5.0 " ,
50+ "symfony/phpunit-bridge" : " ^5.2 " ,
5151 "symfony/asset" : " ^3.4|^4.3" ,
5252 "symfony/form" : " ^3.4|^4.3" ,
5353 "symfony/validator" : " ^3.4|^4.3" ,
You can’t perform that action at this time.
0 commit comments