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

Commit 98a1d72

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Fix FIRST_RELEASE for Debian 10 (aarch64) See merge request automation/pg-tests!1342
2 parents b90ca6b + ed9618a commit 98a1d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@
467467
"Debian GNU/Linux 10 aarch64": {
468468
'postgrespro-std-9.6': None,
469469
'postgrespro-std-10': None,
470-
'postgrespro-std-11': '11.5.1',
470+
'postgrespro-std-11': '11.8.1',
471471
'postgrespro-ent-9.6': None,
472472
'postgrespro-ent-10': None,
473-
'postgrespro-ent-11': '11.5.1',
473+
'postgrespro-ent-11': '11.8.1',
474474
},
475475
# ubuntu-16.04
476476
"Ubuntu 16.04": {

0 commit comments

Comments
 (0)