Skip to content

Commit

Permalink
tests: CiConfigurationTest - dron not needed condition, logic is chec…
Browse files Browse the repository at this point in the history
…ked in upcoming assertion
  • Loading branch information
keradus committed Nov 24, 2024
1 parent 42f3692 commit 24d2444
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/AutoReview/CiConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ private static function ensureTraversableContainsIdenticalIsAvailable(): void
*/
private static function assertUpcomingPhpVersionIsCoveredByCiJob(string $lastSupportedVersion, array $ciVersions): void
{
if ('8.2' === $lastSupportedVersion) {
return; // no further releases available yet
}

self::ensureTraversableContainsIdenticalIsAvailable();

self::assertThat($ciVersions, self::logicalOr(
Expand Down

0 comments on commit 24d2444

Please sign in to comment.