Skip to content

Commit cebfe42

Browse files
committed
move ch CI versions
1 parent 1fa3ef0 commit cebfe42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ jobs:
352352
id: ch-version
353353
run: |
354354
if [ "${{ matrix.db-version.ch }}" = "lts" ]; then
355-
echo "ch_version=v25.8.11.66-lts" >> $GITHUB_OUTPUT
355+
echo "ch_version=v25.8.28.1-lts" >> $GITHUB_OUTPUT
356356
elif [ "${{ matrix.db-version.ch }}" = "stable" ]; then
357-
echo "ch_version=v25.12.4.35-stable" >> $GITHUB_OUTPUT
357+
echo "ch_version=v26.3.17.4-lts" >> $GITHUB_OUTPUT
358358
elif [ "${{ matrix.db-version.ch }}" = "latest" ]; then
359359
# note: latest tag does not always reflect the latest version (could be an update on an lts),
360360
# but that is okay as we are only using it to invalidate the cache.

0 commit comments

Comments
 (0)