File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2222 symfony-version : ' 7.3.*'
2323 composer-flags : ' --prefer-stable --prefer-lowest'
2424 description : ' with SF 7.3.* lowest'
25+ - php-version : ' 8.2'
26+ symfony-version : ' 7.4.*'
27+ composer-flags : ' --prefer-stable --prefer-lowest'
28+ description : ' with SF 7.4.* lowest'
29+ - php-version : ' 8.4'
30+ symfony-version : ' 8.0.*'
31+ composer-flags : ' --prefer-stable --prefer-lowest'
32+ description : ' with SF 8.0.* lowest'
2533
2634 # Symfony versions
2735 - php-version : ' 8.4'
@@ -36,12 +44,21 @@ jobs:
3644 - php-version : ' 8.4'
3745 symfony-version : ' 7.3.*@dev'
3846 description : ' with SF 7.3.* dev'
47+ - php-version : ' 8.4'
48+ symfony-version : ' 7.4.*'
49+ description : ' with SF 7.4.*'
3950 - php-version : ' 8.4'
4051 symfony-version : ' 7.4.*@dev'
4152 description : ' with SF 7.4.* dev'
53+ - php-version : ' 8.4'
54+ symfony-version : ' 8.0.*'
55+ description : ' with SF 6.4.*'
4256 - php-version : ' 8.4'
4357 symfony-version : ' 8.0.*@dev'
4458 description : ' with SF 8.0.* dev'
59+ - php-version : ' 8.4'
60+ symfony-version : ' 8.1.*@dev'
61+ description : ' with SF 8.1.* dev'
4562
4663 # PHP versions
4764 - php-version : ' 8.1'
Original file line number Diff line number Diff line change 1818 },
1919 "require" : {
2020 "php" : " ^8.1" ,
21- "symfony/options-resolver" : " ^6.4|^7.1 |^8.0"
21+ "symfony/options-resolver" : " ^6.4|^7.3 |^8.0"
2222 },
2323 "require-dev" : {
2424 "friendsofphp/php-cs-fixer" : " ^3.0" ,
You can’t perform that action at this time.
0 commit comments