Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit de10005

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Set FIRST_RELEASEs for altlinux-10 See merge request automation/pg-tests!1340
2 parents d2014f4 + 77fe1ff commit de10005

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

helpers/constants.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,29 @@
114114
'postgrespro-ent-11': '11.6.1',
115115
'postgrespro-1c-9.6': None,
116116
},
117+
# altlinux-10
118+
"starter kit p10": {
119+
'postgresql--9.6': None,
120+
'postgresql--10': None,
121+
'postgresql--11': None,
122+
'postgresql--12': None,
123+
'postgresql--13': None,
124+
'postgrespro-std-9.6': None,
125+
'postgrespro-std-10': None,
126+
'postgrespro-std-11': '11.14.1',
127+
'postgrespro-std-12': '12.9.1',
128+
'postgrespro-std-13': '13.5.1',
129+
'postgrespro-ent-9.6': None,
130+
'postgrespro-ent-10': None,
131+
'postgrespro-ent-11': '11.14.1',
132+
'postgrespro-ent-12': '12.9.1',
133+
'postgrespro-ent-13': '13.15.1',
134+
'postgrespro-1c-9.6': None,
135+
'postgrespro-1c-10': None,
136+
'postgrespro-1c-11': '11.14.1',
137+
'postgrespro-1c-12': '12.9.1',
138+
'postgrespro-1c-13': '13.5.1',
139+
},
117140
# "starter kit p9" ALT For ARM64
118141
"starter kit p9 aarch64": {
119142
'postgresql--9.6': None,

0 commit comments

Comments
 (0)