From 27e30b1b9563c5ae20d5ba0957c66d26800e7f3d Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Mon, 13 Dec 2021 12:53:52 +0100 Subject: [PATCH] drop old 8.x hack --- tests/AutoReview/CiConfigurationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AutoReview/CiConfigurationTest.php b/tests/AutoReview/CiConfigurationTest.php index c9e932e370d..9a433c6031f 100644 --- a/tests/AutoReview/CiConfigurationTest.php +++ b/tests/AutoReview/CiConfigurationTest.php @@ -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