Skip to content

Commit c530552

Browse files
committed
Always analyse PHP 8.5 for every snippet
1 parent 2998ff7 commit c530552

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

issue-bot/src/Console/DownloadCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
111111
if (!in_array(80400, $resultPhpVersions, true)) {
112112
$resultPhpVersions[] = 80400;
113113
}
114+
if (!in_array(80500, $resultPhpVersions, true)) {
115+
$resultPhpVersions[] = 80500;
116+
}
114117

115118
if (!in_array($phpVersion, $resultPhpVersions, true)) {
116119
continue;

0 commit comments

Comments
 (0)