File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2626 include :
2727 - php-version : ' 8.1'
2828 symfony-version : ' 6.4.*'
29+ - php-version : ' 8.4'
30+ symfony-version : ' 8.0.*'
31+ composer-minimum-stability : dev
2932 steps :
3033 - name : Checkout
3134 uses : actions/checkout@v3
4245 - name : Lock Symfony version
4346 run : VERSION=${{ matrix.symfony-version }} .github/workflows/lock-symfony-version.sh
4447
48+ - name : Configure Composer minimum stability
49+ if : matrix.composer-minimum-stability != ''
50+ run : composer config minimum-stability ${{ matrix.composer-minimum-stability }}
51+
4552 - name : Install dependencies
4653 run : |
4754 composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^8.1" ,
1515 "behat/behat" : " ^3.22" ,
16- "symfony/dependency-injection" : " ^6.4 || ^7.0" ,
17- "symfony/http-kernel" : " ^6.4 || ^7.0"
16+ "symfony/dependency-injection" : " ^6.4 || ^7.0 || ^8.0 " ,
17+ "symfony/http-kernel" : " ^6.4 || ^7.0 || ^8.0 "
1818 },
1919 "require-dev" : {
2020 "behat/mink-browserkit-driver" : " ^2.0" ,
2424 "friends-of-behat/page-object-extension" : " ^0.3.2" ,
2525 "friends-of-behat/service-container-extension" : " ^1.1" ,
2626 "sylius-labs/coding-standard" : " >=4.1.1, <=4.2.1" ,
27- "symfony/browser-kit" : " ^6.4 || ^7.0" ,
28- "symfony/framework-bundle" : " ^6.4 || ^7.0" ,
29- "symfony/process" : " ^6.4 || ^7.0" ,
30- "symfony/yaml" : " ^6.4 || ^7.0" ,
27+ "symfony/browser-kit" : " ^6.4 || ^7.0 || ^8.0 " ,
28+ "symfony/framework-bundle" : " ^6.4 || ^7.0 || ^8.0 " ,
29+ "symfony/process" : " ^6.4 || ^7.0 || ^8.0 " ,
30+ "symfony/yaml" : " ^6.4 || ^7.0 || ^8.0 " ,
3131 "vimeo/psalm" : " ^6.0"
3232 },
3333 "suggest" : {
You can’t perform that action at this time.
0 commit comments