From 2049222a84da7eb24313320f571a9c9a3ed0ef0d Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Tue, 17 Jan 2023 02:35:28 -0600 Subject: [PATCH] Update MatrixListener.php Signed-off-by: Nathanael Esayeas --- src/Listener/MatrixListener.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Listener/MatrixListener.php b/src/Listener/MatrixListener.php index 46ab2b81..66871c00 100644 --- a/src/Listener/MatrixListener.php +++ b/src/Listener/MatrixListener.php @@ -7,7 +7,6 @@ use Ghostwriter\Compliance\Contract\EventListenerInterface; use Ghostwriter\Compliance\Contract\ToolInterface; use Ghostwriter\Compliance\Event\MatrixEvent; -use Ghostwriter\Compliance\Option\ComposerDependency; use Ghostwriter\Compliance\Option\Job; use Ghostwriter\Compliance\Option\PhpVersion; use Ghostwriter\Compliance\Option\Tool; @@ -35,7 +34,6 @@ public function __invoke(MatrixEvent $generateMatrixEvent): void /** @var ToolInterface $tool */ foreach ($this->container->tagged(Tool::class) as $tool) { if ($tool->isPresent()) { - foreach ($phpVersions as $phpVersion) { foreach (self::DEPENDENCIES as $dependency) { if ('latest' === $dependency) {