Skip to content

Commit 323bff4

Browse files
authored
Add RavenDB 7.1 to testing matrix (#73)
1 parent 0b6671d commit 323bff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
php-versions: [ "8.2", "8.3", "8.4"]
17-
serverVersion: [ "5.4", "6.2", "7.0" ]
17+
serverVersion: [ "5.4", "6.2", "7.0", "7.1"]
1818
fail-fast: false
1919

2020
env:

src/Constants/DocumentsMetadata.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class DocumentsMetadata
1717
public const REVISION_COUNTERS = "@counters-snapshot";
1818
public const REVISION_TIME_SERIES = "@timeseries-snapshot";
1919
public const INDEX_SCORE = "@index-score";
20+
public const SPATIAL_RESULT = "@spatial";
2021
public const LAST_MODIFIED = "@last-modified";
2122
public const RAVEN_JAVA_TYPE = "Raven-Java-Type";
2223
public const RAVEN_PHP_TYPE = "Raven-PHP-Type";

0 commit comments

Comments
 (0)