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 Jun 26, 2023
1 parent 5fc4db7 commit e7bb06a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Listener/MatrixListener.php
Expand Up @@ -30,7 +30,11 @@ public function __construct(
*/
public function __invoke(MatrixEvent $generateMatrixEvent): void
{
$phpVersions = [PhpVersion::PHP_81, PhpVersion::PHP_82, PhpVersion::PHP_83];
$phpVersions = [
PhpVersion::PHP_81,
PhpVersion::PHP_82,
// PhpVersion::PHP_83
];

/** @var ToolInterface $tool */
foreach ($this->container->tagged(Tool::class) as $tool) {
Expand Down

0 comments on commit e7bb06a

Please sign in to comment.