Skip to content

Commit

Permalink
Update MatrixListener.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jan 17, 2023
1 parent 232ea82 commit 2049222
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Listener/MatrixListener.php
Expand Up @@ -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;
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 2049222

Please sign in to comment.