diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb15749..848a1c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/tests/verifyTest.php b/tests/verifyTest.php index 81e4ffe..f5b3e3d 100644 --- a/tests/verifyTest.php +++ b/tests/verifyTest.php @@ -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();