Add PHP 8.4 to test matrix

This commit is contained in:
Dylan K. Taylor
2025-09-04 21:58:12 +01:00
parent 9a0a8a55b1
commit 1868536916
6 changed files with 103 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ final class AsyncGeneratorExecutor implements GeneratorExecutor{
\Logger $logger,
private readonly AsyncPool $workerPool,
private readonly GeneratorExecutorSetupParameters $setupParameters,
int $asyncContextId = null
?int $asyncContextId = null
){
$this->logger = new \PrefixedLogger($logger, "AsyncGeneratorExecutor");