Skip to content

Commit

Permalink
Add php 8.2 to gh workflows (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Apr 27, 2023
1 parent 258ea7f commit 2188ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Driver/NullDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

final class NullDriverTest extends TestCase
{
private NullDriver $queue;

protected function setUp(): void
{
parent::setUp();
Expand Down
1 change: 1 addition & 0 deletions tests/QueueManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
final class QueueManagerTest extends TestCase
{
private m\MockInterface|FactoryInterface $factory;
private QueueManager $manager;

protected function setUp(): void
{
Expand Down

0 comments on commit 2188ade

Please sign in to comment.