File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,15 @@ jobs:
1919 include :
2020 - php-version : ' 8.0'
2121 dependencies : ' lowest'
22+ symfony-version : ' *'
2223 - php-version : ' 8.1'
24+ symfony-version : ' 7.*'
2325 - php-version : ' 8.2'
26+ symfony-version : ' 7.*'
2427 - php-version : ' 8.3'
28+ symfony-version : ' 7.*'
2529 - php-version : ' 8.3'
30+ symfony-version : ' 8.*'
2631
2732 steps :
2833 - name : Checkout project
3237 uses : shivammathur/setup-php@v2
3338 with :
3439 php-version : ${{ matrix.php-version }}
35- tools : ' composer:v2'
40+ tools : ' composer:v2, flex'
41+
42+ - name : Symfony version
43+ if : matrix.symfony-version != '*'
44+ run : composer config extra.symfony.require ${{ matrix.symfony-version }}
3645
3746 - name : Allow unstable dependencies
3847 if : matrix.dev-dependencies == true
Original file line number Diff line number Diff line change 2929 "require" : {
3030 "php" : " ^8.0" ,
3131 "phpcr/phpcr" : " ~2.1.0" ,
32- "symfony/console" : " ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
32+ "symfony/console" : " ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 "
3333 },
3434 "require-dev" : {
3535 "ramsey/uuid" : " ^3.5" ,
You can’t perform that action at this time.
0 commit comments