Skip to content

Commit 89730c3

Browse files
authored
Set DBs to latest provided in ITDE. Newer versions upcoming.
1 parent 80c2fdb commit 89730c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class BaseConfig(BaseModel):
4848
)
4949

5050
exasol_versions: tuple[ValidVersionStr, ...] = Field(
51-
default=("7.1.30", "8.29.12", "2025.1.3"),
51+
default=("7.1.30", "8.29.6", "2025.1.0"),
5252
description="Exasol versions to use in running CI workflows for integration tests using the DB",
5353
)
5454
create_major_version_tags: bool = Field(

0 commit comments

Comments
 (0)