Compare commits

...

2 commits

Author SHA1 Message Date
f
a08a7292fd full matrix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-03-07 15:32:09 -03:00
f
d81e3064d7 +x 2022-03-07 15:31:48 -03:00
2 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,16 @@ pipeline:
event: push
matrix:
include:
- ALPINE_VERSION: 3.13.7
PG_VERSION: 13
- ALPINE_VERSION: 3.14.3
PG_VERSION: 13
- ALPINE_VERSION: 3.15.0
PG_VERSION: 12
PG_VERSION_APPENDED: 12
- ALPINE_VERSION: 3.15.0
PG_VERSION: 13
PG_VERSION_APPENDED: 13
- ALPINE_VERSION: 3.15.0
PG_VERSION: 14
PG_VERSION_APPENDED: 14

0
postgresqld.sh Normal file → Executable file
View file