Skip to content

Commit f4eb816

Browse files
committed
Merge branch 'main' into feature/621_move_paths_into_baseconfig
2 parents 9e67764 + 987f0e6 commit f4eb816

File tree

4 files changed

+72
-158
lines changed

4 files changed

+72
-158
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
@@ -55,7 +55,7 @@ class BaseConfig(BaseModel):
5555
)
5656

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

0 commit comments

Comments
 (0)