This commit is contained in:
parent
d81e3064d7
commit
a08a7292fd
1 changed files with 10 additions and 0 deletions
|
@ -19,6 +19,16 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- ALPINE_VERSION: 3.13.7
|
||||||
|
PG_VERSION: 13
|
||||||
|
- ALPINE_VERSION: 3.14.3
|
||||||
|
PG_VERSION: 13
|
||||||
- ALPINE_VERSION: 3.15.0
|
- ALPINE_VERSION: 3.15.0
|
||||||
PG_VERSION: 12
|
PG_VERSION: 12
|
||||||
PG_VERSION_APPENDED: 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
|
||||||
|
|
Loading…
Reference in a new issue