Skip to content

Commit f4470f6

Browse files
authored
Fix tests in later PHPUnit versions (#5)
1 parent 4c517a2 commit f4470f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-versions: ["7.1", "8.0", "8.3", "8.4"]
15+
php-versions: ["7.1", "8.0", "8.3", "8.4", "8.5"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

tests/verifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testNonReachableEndpoint(): void
7373

7474

7575

76-
public function sdkMockTestsProvider(): array
76+
public static function sdkMockTestsProvider(): array
7777
{
7878
$cases = loadSDKTestsFromServer(MOCK_SERVER_URL)["tests"];
7979
$testCases = array();

0 commit comments

Comments
 (0)