File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ concurrency:
4444
4545env :
4646 ORG : timescaledev # timescaledev
47- TS_VERSION : ${{ github.event.inputs.version || '2.24 .0' }}
47+ TS_VERSION : ${{ github.event.inputs.version || '2.26 .0' }}
4848 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
4949
5050jobs :
Original file line number Diff line number Diff line change @@ -7,14 +7,12 @@ PG_VER_NUMBER=$(shell echo $(PG_VER) | cut -c3-)
77PG_MAJOR_VERSION =$(shell echo $(PG_VER_NUMBER ) | cut -d. -f1)
88ifeq ($(shell test $(PG_MAJOR_VERSION ) -ge 18; echo $$? ) ,0)
99 ALPINE_VERSION =3.23
10- CLANG_VERSION =19
1110else ifeq ($(shell test $(PG_MAJOR_VERSION) -ge 16; echo $$?),0)
12- ALPINE_VERSION =3.21
13- CLANG_VERSION =19
11+ ALPINE_VERSION =3.23
1412else
15- ALPINE_VERSION =3.20
16- CLANG_VERSION =15
13+ ALPINE_VERSION =3.22
1714endif
15+ CLANG_VERSION =19
1816
1917TS_VERSION =main
2018PREV_TS_VERSION =$(shell wget --quiet -O - https://raw.githubusercontent.com/timescale/timescaledb/${TS_VERSION}/version.config | grep -P "(previous_version|update_from_version) " | sed -e 's!^[a-z_]\+_version = !!')
You can’t perform that action at this time.
0 commit comments