Skip to content

Commit 5021fcc

Browse files
committed
Update Exasol DB versions to use in tests
1 parent 4c2f034 commit 5021fcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and replaces them with `format:fix` and `format:check`.
66
## Refactoring
77

88
* #606: Renamed nox session `project:fix` more aptly to `format:fix` and `project:format` to `format:check`
9+
* #604: Updated `BaseConfig.exasol_versions` to `("7.1.30", "8.29.13", "2025.1.8")`
910

1011
## Feature
1112

exasol/toolbox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class BaseConfig(BaseModel):
5252
)
5353

5454
exasol_versions: tuple[ValidVersionStr, ...] = Field(
55-
default=("7.1.30", "8.29.6", "2025.1.0"),
55+
default=("7.1.30", "8.29.13", "2025.1.8"),
5656
description="Exasol versions to use in running CI workflows for integration tests using the DB",
5757
)
5858
create_major_version_tags: bool = Field(

0 commit comments

Comments
 (0)