Skip to content

Commit 27ab101

Browse files
authored
Add 2025-11-25 to protocolVersion (#125)
1 parent 1ada9be commit 27ab101

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ abstract class Server
4747
* @var array<int, string>
4848
*/
4949
protected array $supportedProtocolVersion = [
50+
'2025-11-25',
5051
'2025-06-18',
5152
'2025-03-26',
5253
'2024-11-05',

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function expectedInitializeResponse(): array
6969
'jsonrpc' => '2.0',
7070
'id' => 456,
7171
'result' => [
72-
'protocolVersion' => '2025-06-18',
72+
'protocolVersion' => '2025-11-25',
7373
'capabilities' => $capabilities,
7474
'serverInfo' => [
7575
'name' => $name,

0 commit comments

Comments
 (0)