Skip to content

Commit

Permalink
Rename test class
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jan 2, 2024
1 parent c3d4fc1 commit 0f79575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-versions: ["7.1", "8.0", "8.3"]
php-versions: ["7.1", "8.0", "8.3", "8.4"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/verifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function loadSDKTestsFromServer(string $serverURL)
}


final class ClientTest extends TestCase
final class VerifyTest extends TestCase
{
public function testConfigWithoutAPIKeyThrows(): void
{
Expand Down

0 comments on commit 0f79575

Please sign in to comment.