Skip to content

Commit

Permalink
RDBC-884 Add 7.0 to GHA RavenDB version matrix, remove Logs.Mode=None…
Browse files Browse the repository at this point in the history
… for testing (7.0 breaking change)
  • Loading branch information
poissoncorp committed Jan 13, 2025
1 parent dcaceae commit 8518023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.4", "6.0", "6.1" ]
serverVersion: [ "5.4", "6.2", "7.0" ]
fail-fast: false

steps:
Expand Down
1 change: 0 additions & 1 deletion ravendb/tests/driver/raven_server_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def get_process_start_info(locator: RavenServerLocator) -> _ProcessStartInfo:
"--RunInMemory=true",
"--License.Eula.Accepted=true",
"--Setup.Mode=None",
"--Logs.Mode=None",
f"--Testing.ParentProcessId={RavenServerRunner.get_process_id('0')}",
]

Expand Down

0 comments on commit 8518023

Please sign in to comment.