Skip to content

Commit de08694

Browse files
committed
stable tag
1 parent cebfe42 commit de08694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
if [ "${{ matrix.db-version.ch }}" = "lts" ]; then
355355
echo "ch_version=v25.8.28.1-lts" >> $GITHUB_OUTPUT
356356
elif [ "${{ matrix.db-version.ch }}" = "stable" ]; then
357-
echo "ch_version=v26.3.17.4-lts" >> $GITHUB_OUTPUT
357+
echo "ch_version=v26.3.16.16-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)