File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 1919 - php : " 8.2"
2020 - php : " 8.3"
2121 - php : " 8.4"
22- - php : " 8.4"
23- symfony-version : 8.0.x-dev
24- composer-stability : dev
22+ composer-stability : beta
2523 steps :
2624 - name : Checkout source
2725 uses : actions/checkout@v4
@@ -30,18 +28,11 @@ jobs:
3028 with :
3129 php-version : ${{ matrix.php }}
3230 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
3831 - name : Configure Composer minimum-stability
3932 if : matrix.composer-stability
4033 run : composer config minimum-stability ${{ matrix.composer-stability }}
4134 - name : " Update composer dependencies"
4235 run : composer update -o --no-interaction --no-progress ${{ matrix.COMPOSER_FLAGS }}
43- env :
44- SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
4536 - name : Tests
4637 env :
4738 PHP_CS_FIXER_IGNORE_ENV : ${{ matrix.PHP_CS_FIXER_IGNORE_ENV }}
You can’t perform that action at this time.
0 commit comments