Skip to content

Commit 01991a1

Browse files
authored
Merge pull request #229 from poissoncorp/v5.2
allow to test against 6.1 nightly as well
2 parents 4130404 + dcaceae commit 01991a1

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.7', '3.8', '3.10' ,'3.11', '3.12']
33-
serverVersion: [ "5.2", "5.4", "6.0" ]
33+
serverVersion: [ "5.4", "6.0", "6.1" ]
3434
fail-fast: false
3535

3636
steps:

0 commit comments

Comments
 (0)