Skip to content

Commit

Permalink
Bump Mongo server
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Dec 31, 2024
1 parent 03763dc commit a2c500f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: setup-mongodb
uses: mongodb-labs/drivers-evergreen-tools@master
with:
version: '5.0'
version: '6'
topology: server

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions Doctrine/RefreshTokenRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Gesdinet\JWTRefreshTokenBundle\Doctrine;

use Doctrine\Persistence\ObjectRepository;
use Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenInterface;

/**
* @template T of RefreshTokenInterface
Expand Down

0 comments on commit a2c500f

Please sign in to comment.