File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Fixtures/Integration/misc Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ if (defined('HHVM_VERSION_ID')) {
2727 } else {
2828 exit (1 );
2929 }
30- } elseif (!defined ('PHP_VERSION_ID ' ) || \PHP_VERSION_ID < 50600 || \PHP_VERSION_ID >= 70400 ) {
31- fwrite (STDERR , "PHP needs to be a minimum version of PHP 5.6.0 and maximum version of PHP 7.3 .*. \n" );
30+ } elseif (!defined ('PHP_VERSION_ID ' ) || \PHP_VERSION_ID < 50600 || \PHP_VERSION_ID >= 70500 ) {
31+ fwrite (STDERR , "PHP needs to be a minimum version of PHP 5.6.0 and maximum version of PHP 7.4 .*. \n" );
3232
3333 if (getenv ('PHP_CS_FIXER_IGNORE_ENV ' )) {
3434 fwrite (STDERR , "Ignoring environment requirements because `PHP_CS_FIXER_IGNORE_ENV` is set. Execution may be unstable. \n" );
Original file line number Diff line number Diff line change 11--TEST--
2- PHP 7 test.
2+ PHP 7.0 test.
33--RULESET--
44{
55 "@Symfony": true,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public function testIntegration(
139139 $ steps [4 ],
140140 ]);
141141
142- $ optionalIncompatibilityWarning = 'PHP needs to be a minimum version of PHP 5.6.0 and maximum version of PHP 7.3 .*.
142+ $ optionalIncompatibilityWarning = 'PHP needs to be a minimum version of PHP 5.6.0 and maximum version of PHP 7.4 .*.
143143Ignoring environment requirements because `PHP_CS_FIXER_IGNORE_ENV` is set. Execution may be unstable.
144144 ' ;
145145
You can’t perform that action at this time.
0 commit comments