File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 2020 - php : " 8.3"
2121 - php : " 8.4"
2222 - php : " 8.4"
23- symfony-version : 8.0.x-dev
2423 composer-stability : dev
2524 steps :
2625 - name : Checkout source
@@ -30,18 +29,11 @@ jobs:
3029 with :
3130 php-version : ${{ matrix.php }}
3231 ini-values : zend.assertions=1, error_reporting=-1, display_errors=On, log_errors_max_len=0
33- - name : Install and configure Symfony Flex
34- if : matrix.symfony-version
35- run : |
36- composer global require --no-progress --no-scripts --no-plugins symfony/flex
37- composer global config --no-plugins allow-plugins.symfony/flex true
3832 - name : Configure Composer minimum-stability
3933 if : matrix.composer-stability
4034 run : composer config minimum-stability ${{ matrix.composer-stability }}
4135 - name : " Update composer dependencies"
4236 run : composer update -o --no-interaction --no-progress ${{ matrix.COMPOSER_FLAGS }}
43- env :
44- SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
4537 - name : Tests
4638 env :
4739 PHP_CS_FIXER_IGNORE_ENV : ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}
You can’t perform that action at this time.
0 commit comments