File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " symfony/composer-lowest" ,
3+ "type" : " metapackage" ,
4+ "conflict" : {
5+ "symfony/polyfill-php83" : " <1.30"
6+ }
7+ }
Original file line number Diff line number Diff line change @@ -172,6 +172,13 @@ jobs:
172172 local ok=0
173173 local title="$1$FLIP"
174174 local start=$(date -u +%s)
175+
176+ if [[ "${{ matrix.mode }}" = low-deps ]]; then
177+ cd $1
178+ composer config -q repositories.symfony '{"type": "path", "url": "$OLDPWD/.github/composer-lowest"}'
179+ composer require -q --no-update symfony/composer-lowest
180+ fi
181+
175182 OUTPUT=$(bash -xc "$2" 2>&1) || ok=$?
176183 local end=$(date -u +%s)
177184
@@ -197,7 +204,7 @@ jobs:
197204 fi
198205
199206 if [[ "${{ matrix.mode }}" = low-deps ]]; then
200- echo "$COMPONENTS" | xargs -n1 | parallel -j +3 "_run_tests {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT --do-not-fail-on-deprecation'"
207+ echo "$COMPONENTS" | xargs -n1 | parallel -j +3 "_run_tests {} '$COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT --do-not-fail-on-deprecation'"
201208
202209 exit 0
203210 fi
Original file line number Diff line number Diff line change 9595 "symfony/mailer" : " <6.4" ,
9696 "symfony/messenger" : " <6.4" ,
9797 "symfony/mime" : " <6.4" ,
98- "symfony/polyfill-php83" : " <1.30" ,
9998 "symfony/property-info" : " <6.4" ,
10099 "symfony/property-access" : " <6.4" ,
101100 "symfony/runtime" : " <6.4.13|>=7.0,<7.1.6" ,
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " >=8.2" ,
2020 "symfony/deprecation-contracts" : " ^2.5|^3" ,
21- "symfony/polyfill-mbstring" : " ^1.1" ,
22- "symfony/polyfill-php83" : " ^1.30"
21+ "symfony/polyfill-mbstring" : " ^1.1"
2322 },
2423 "require-dev" : {
2524 "doctrine/dbal" : " ^3.6|^4" ,
Original file line number Diff line number Diff line change 6464 "symfony/http-client-contracts" : " <2.5" ,
6565 "symfony/mailer" : " <6.4" ,
6666 "symfony/messenger" : " <6.4" ,
67- "symfony/polyfill-php83" : " <1.30" ,
6867 "symfony/translation" : " <6.4" ,
6968 "symfony/translation-contracts" : " <2.5" ,
7069 "symfony/twig-bridge" : " <6.4" ,
Original file line number Diff line number Diff line change 3535 "symfony/http-kernel" : " <6.4" ,
3636 "symfony/messenger" : " <6.4" ,
3737 "symfony/mime" : " <6.4" ,
38- "symfony/polyfill-php83" : " <1.30" ,
3938 "symfony/twig-bridge" : " <6.4"
4039 },
4140 "autoload" : {
You can’t perform that action at this time.
0 commit comments