Skip to content

Commit 4b96304

Browse files
committed
RDBC-914 Add 7.1 to GHA RavenDB version matrix (python)
1 parent 5b4100c commit 4b96304

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)