Skip to content

Commit

Permalink
drop old 8.x hack
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 13, 2021
1 parent d0d6762 commit 27e30b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoReview/CiConfigurationTest.php
Expand Up @@ -63,7 +63,7 @@ public function testDeploymentJobsRunOnLatestStablePhpThatIsSupportedByTool(): v
{
$ciVersionsForDeployments = $this->getAllPhpVersionsUsedByCiForDeployments();
$ciVersions = $this->getAllPhpVersionsUsedByCiForTests();
$expectedPhp = '7.4'; // can't run dev-tools on 8.0 yet; $this->getMaxPhpVersionFromEntryFile();
$expectedPhp = $this->getMaxPhpVersionFromEntryFile();

if (\in_array($expectedPhp.'snapshot', $ciVersions, true)) {
// last version of used PHP is snapshot. we should test against previous one, that is stable
Expand Down

0 comments on commit 27e30b1

Please sign in to comment.