Skip to content

Commit de2b680

Browse files
committed
Issue bot - reintroduce analysing PHP 7.2
1 parent 416695d commit de2b680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

issue-bot/src/Console/DownloadCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9191
$this->savePlaygroundCache(new PlaygroundCache($cachedResults));
9292

9393
$matrix = [];
94-
foreach ([70300, 70400, 80000, 80100, 80200, 80300, 80400, 80500] as $phpVersion) {
94+
foreach ([70200, 70300, 70400, 80000, 80100, 80200, 80300, 80400, 80500] as $phpVersion) {
9595
$phpVersionHashes = [];
9696
foreach ($cachedResults as $hash => $result) {
9797
$resultPhpVersions = array_keys($result->getVersionedErrors());
9898
if ($resultPhpVersions === [70400]) {
99-
$resultPhpVersions = [70300, 70400, 80000];
99+
$resultPhpVersions = [70200, 70300, 70400, 80000];
100100
}
101101

102102
if (!in_array(80100, $resultPhpVersions, true)) {

0 commit comments

Comments
 (0)