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 1fa3ef0 commit cebfe42Copy full SHA for cebfe42
1 file changed
.github/workflows/flow.yml
@@ -352,9 +352,9 @@ jobs:
352
id: ch-version
353
run: |
354
if [ "${{ matrix.db-version.ch }}" = "lts" ]; then
355
- echo "ch_version=v25.8.11.66-lts" >> $GITHUB_OUTPUT
+ echo "ch_version=v25.8.28.1-lts" >> $GITHUB_OUTPUT
356
elif [ "${{ matrix.db-version.ch }}" = "stable" ]; then
357
- echo "ch_version=v25.12.4.35-stable" >> $GITHUB_OUTPUT
+ echo "ch_version=v26.3.17.4-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