Skip to content

Commit

Permalink
Merge pull request #229 from poissoncorp/v5.2
Browse files Browse the repository at this point in the history
allow to test against 6.1 nightly as well
  • Loading branch information
ml054 authored Jul 12, 2024
2 parents 4130404 + dcaceae commit 01991a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RavenClient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.10' ,'3.11', '3.12']
serverVersion: [ "5.2", "5.4", "6.0" ]
serverVersion: [ "5.4", "6.0", "6.1" ]
fail-fast: false

steps:
Expand Down

0 comments on commit 01991a1

Please sign in to comment.