Skip to content

Commit 91c1d9a

Browse files
committed
Update Exasol DB versions to use in tests
1 parent 8ddf4b2 commit 91c1d9a

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.9",),
51+
default=("7.1.30", "8.29.12", "2025.1.3"),
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)