File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 run : |
4343 echo -e "$(pwd)/bin\n$(cat $GITHUB_PATH)" > $GITHUB_PATH
4444 echo -e "COMPOSER_BINARY=$(pwd)/bin/composer" >> $GITHUB_ENV
45+ git config --global --add safe.directory $(pwd)
4546
4647 - name : " Prepare git environment"
4748 run :
" git config --global user.name composer && git config --global user.email [email protected] "
Original file line number Diff line number Diff line change 1414 bootstrap =" tests/bootstrap.php"
1515>
1616 <php >
17- <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" max[direct]=0 " />
17+ <env name =" SYMFONY_DEPRECATIONS_HELPER" value =" /Implicit conversion/ " />
1818 <env name =" COMPOSER_TEST_SUITE" value =" 1" />
1919 </php >
2020 <testsuites >
Original file line number Diff line number Diff line change @@ -508,6 +508,10 @@ public static function loadIntegrationTests(string $path): array
508508
509509 try {
510510 $ testData = self ::readTestFile ($ file , $ fixturesDir );
511+ // skip 64bit related tests on 32bit
512+ if (str_contains ($ testData ['EXPECT ' ], 'php-64bit ' ) && PHP_INT_SIZE === 4 ) {
513+ continue ;
514+ }
511515
512516 $ installed = [];
513517 $ installedDev = [];
You can’t perform that action at this time.
0 commit comments