File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
matrix :
39
39
postgres_version : ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
40
40
include :
41
- - runner : larger -runner-4cpu
41
+ - runner : arm -runner
42
42
arch : arm64
43
43
ubuntu_release : focal
44
44
ubuntu_version : 20.04
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ async_mode: true
4
4
5
5
postgres_major :
6
6
- " 15"
7
- # - "17"
8
- # - "orioledb-17"
7
+ - " 17"
8
+ - " orioledb-17"
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- # postgresorioledb-17: "17.0.1.064-orioledb-wrappers "
13
- # postgres17: "17.4.1.014-wrappers "
14
- postgres15 : " 15.8.1.071-wrappers-a "
12
+ postgresorioledb-17 : " 17.0.1.064-orioledb"
13
+ postgres17 : " 17.4.1.014"
14
+ postgres15 : " 15.8.1.071"
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments