Skip to content

Commit 0268eff

Browse files
committed
Issue bot - test all snippets on PHP 8.5
1 parent b4b3e73 commit 0268eff

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
@@ -116,6 +116,9 @@ protected function execute(InputInterface $input, OutputInterface $output): int
116116
if (!in_array(80400, $resultPhpVersions, true)) {
117117
$resultPhpVersions[] = 80400;
118118
}
119+
if (!in_array(80500, $resultPhpVersions, true)) {
120+
$resultPhpVersions[] = 80500;
121+
}
119122

120123
if (!in_array($phpVersion, $resultPhpVersions, true)) {
121124
continue;

0 commit comments

Comments
 (0)