We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebfe42 commit de08694Copy full SHA for de08694
1 file changed
.github/workflows/flow.yml
@@ -354,7 +354,7 @@ jobs:
354
if [ "${{ matrix.db-version.ch }}" = "lts" ]; then
355
echo "ch_version=v25.8.28.1-lts" >> $GITHUB_OUTPUT
356
elif [ "${{ matrix.db-version.ch }}" = "stable" ]; then
357
- echo "ch_version=v26.3.17.4-lts" >> $GITHUB_OUTPUT
+ echo "ch_version=v26.3.16.16-lts" >> $GITHUB_OUTPUT
358
elif [ "${{ matrix.db-version.ch }}" = "latest" ]; then
359
# note: latest tag does not always reflect the latest version (could be an update on an lts),
360
# but that is okay as we are only using it to invalidate the cache.
0 commit comments