Skip to content

Commit 6d3ed33

Browse files
authored
Merge pull request #241 from poissoncorp/RDBC-914
RDBC-914 Add 7.1 to GHA RavenDB version matrix (python)
2 parents 7159ea6 + 4b96304 commit 6d3ed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
python-version: [ '3.9', '3.10' ,'3.11', '3.12']
33-
serverVersion: [ '7.0' ]
33+
serverVersion: [ '7.0', '7.1' ]
3434
fail-fast: false
3535

3636
steps:

0 commit comments

Comments
 (0)