We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c2fdb commit 89730c3Copy full SHA for 89730c3
exasol/toolbox/config.py
@@ -48,7 +48,7 @@ class BaseConfig(BaseModel):
48
)
49
50
exasol_versions: tuple[ValidVersionStr, ...] = Field(
51
- default=("7.1.30", "8.29.12", "2025.1.3"),
+ default=("7.1.30", "8.29.6", "2025.1.0"),
52
description="Exasol versions to use in running CI workflows for integration tests using the DB",
53
54
create_major_version_tags: bool = Field(
0 commit comments