File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3535 - description : ' Symfony 7.2 DEV'
3636 php : ' 8.2'
3737 symfony : ' 7.2.*@dev'
38+ - description : ' Symfony 8.0'
39+ php : ' 8.5'
40+ symfony : ' 8.0.*'
3841 - description : ' Symfony 7.0'
3942 php : ' 8.5'
4043 symfony : ' 7.0.*'
8386 if : contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.0.*')
8487 run : |
8588 composer remove --dev friendsofphp/php-cs-fixer pedrotroller/php-cs-custom-fixer --no-update
86- - run : composer update --prefer-dist --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
89+ - run : composer update --prefer-dist --no-interaction --no-progress --no-security-blocking -- ansi ${{ matrix.composer_option }}
8790 - run : vendor/bin/phpunit
8891 - run : vendor/bin/phpstan analyse --ansi --no-progress
8992 tests-windows :
9598 - description : ' Symfony 7.2 DEV'
9699 php : ' 8.2'
97100 symfony : ' 7.2.*@dev'
101+ - description : ' Symfony 8.0'
102+ php : ' 8.4'
103+ symfony : ' 8.0.*'
98104 - description : ' Symfony 7.0'
99105 php : ' 8.4'
100106 symfony : ' 7.0.*'
@@ -134,6 +140,6 @@ jobs:
134140 if : contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.0.*')
135141 run : |
136142 composer remove --dev friendsofphp/php-cs-fixer pedrotroller/php-cs-custom-fixer --no-update
137- - run : composer update --prefer-dist --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
143+ - run : composer update --prefer-dist --no-interaction --no-progress --no-security-blocking -- ansi ${{ matrix.composer_option }}
138144 - run : vendor/bin/phpunit
139145 - run : vendor/bin/phpstan analyse --ansi --no-progress
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " >=8.1" ,
20- "symfony/process" : " ^5.0||^6.0||^7.0" ,
20+ "symfony/process" : " ^5.0||^6.0||^7.0||^8.0 " ,
2121 "psr/log" : " ^2.0||^3.0"
2222 },
2323 "require-dev" : {
You can’t perform that action at this time.
0 commit comments