From 4b19f4812632e677cab26cc224c89fc97975c1ff Mon Sep 17 00:00:00 2001 From: f Date: Sat, 3 Sep 2022 13:54:36 -0300 Subject: [PATCH] postgresql10 --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c1c455c..e76d0b2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -32,6 +32,9 @@ matrix: - ALPINE_VERSION: 3.15.6 PG_VERSION: 14 PG_VERSION_APPENDED: 14 + - ALPINE_VERSION: 3.16.2 + PG_VERSION: 10 + PG_VERSION_APPENDED: 10 - ALPINE_VERSION: 3.16.2 PG_VERSION: 12 PG_VERSION_APPENDED: 12