Skip to content

Commit

Permalink
Update tests and GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bizley committed Apr 7, 2024
1 parent f3008aa commit 08ff27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3', '8.4']
php: ['8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions tests/standard/BearerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use bizley\jwt\Jwt;
use bizley\jwt\JwtHttpBearerAuth;
use bizley\jwt\JwtTools;
use bizley\tests\ConsecutiveCalls;
use bizley\tests\stubs\TestAuthController;
use bizley\tests\stubs\TestJwtHttpBearerAuth;
Expand All @@ -28,6 +29,7 @@

#[CoversClass(JwtHttpBearerAuth::class)]
#[CoversClass(Jwt::class)]
#[CoversClass(JwtTools::class)]
class BearerTest extends TestCase
{
protected function setUp(): void
Expand Down

0 comments on commit 08ff27d

Please sign in to comment.