Skip to content

Commit

Permalink
Fix tests in later PHPUnit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Oct 21, 2024
1 parent 9ec7315 commit ff61607
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", "8.4"]
php-versions: ["7.1", "8.0", "8.3", "8.4", "8.5"]

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 @@ -73,7 +73,7 @@ public function testNonReachableEndpoint(): void



public function sdkMockTestsProvider(): array
public static function sdkMockTestsProvider(): array
{
$cases = loadSDKTestsFromServer(MOCK_SERVER_URL)["tests"];
$testCases = array();
Expand Down

0 comments on commit ff61607

Please sign in to comment.