Skip to content

Commit 4bb69df

Browse files
committed
Issue bot - test PHP 8.5
1 parent 7ed2b07 commit 4bb69df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue-bot/src/Console/DownloadCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9696
}
9797

9898
$matrix = [];
99-
foreach ([70300, 70400, 80000, 80100, 80200, 80300, 80400] as $phpVersion) {
99+
foreach ([70300, 70400, 80000, 80100, 80200, 80300, 80400, 80500] as $phpVersion) {
100100
$phpVersionHashes = [];
101101
foreach ($cachedResults as $hash => $result) {
102102
$resultPhpVersions = array_keys($result->getVersionedErrors());

0 commit comments

Comments
 (0)