Compare commits
No commits in common. "1ad3693d736c7108cb2aa6209e7c99107c820c37" and "9ee7d3659b4b9c8fb983881c32c242b27a5d8a41" have entirely different histories.
1ad3693d73
...
9ee7d3659b
1 changed files with 32 additions and 7 deletions
|
@ -19,18 +19,43 @@ pipeline:
|
|||
event: "push"
|
||||
matrix:
|
||||
include:
|
||||
- ALPINE_VERSION: "3.17.3"
|
||||
PG_VERSION: "10"
|
||||
PG_VERSION_APPENDED: "10"
|
||||
- ALPINE_VERSION: "3.17.3"
|
||||
- ALPINE_VERSION: "3.13.12"
|
||||
PG_VERSION: "13"
|
||||
- ALPINE_VERSION: "3.14.8"
|
||||
PG_VERSION: "13"
|
||||
- ALPINE_VERSION: "3.15.6"
|
||||
PG_VERSION: "12"
|
||||
PG_VERSION_APPENDED: "12"
|
||||
- ALPINE_VERSION: "3.17.3"
|
||||
- ALPINE_VERSION: "3.15.6"
|
||||
PG_VERSION: "13"
|
||||
PG_VERSION_APPENDED: "13"
|
||||
- ALPINE_VERSION: "3.17.3"
|
||||
- ALPINE_VERSION: "3.15.6"
|
||||
PG_VERSION: "14"
|
||||
PG_VERSION_APPENDED: "14"
|
||||
- ALPINE_VERSION: "3.17.3"
|
||||
- ALPINE_VERSION: "3.16.3"
|
||||
PG_VERSION: "10"
|
||||
PG_VERSION_APPENDED: "10"
|
||||
- ALPINE_VERSION: "3.16.3"
|
||||
PG_VERSION: "12"
|
||||
PG_VERSION_APPENDED: "12"
|
||||
- ALPINE_VERSION: "3.16.3"
|
||||
PG_VERSION: "13"
|
||||
PG_VERSION_APPENDED: "13"
|
||||
- ALPINE_VERSION: "3.16.3"
|
||||
PG_VERSION: "14"
|
||||
PG_VERSION_APPENDED: "14"
|
||||
- ALPINE_VERSION: "3.17.1"
|
||||
PG_VERSION: "10"
|
||||
PG_VERSION_APPENDED: "10"
|
||||
- ALPINE_VERSION: "3.17.1"
|
||||
PG_VERSION: "12"
|
||||
PG_VERSION_APPENDED: "12"
|
||||
- ALPINE_VERSION: "3.17.1"
|
||||
PG_VERSION: "13"
|
||||
PG_VERSION_APPENDED: "13"
|
||||
- ALPINE_VERSION: "3.17.1"
|
||||
PG_VERSION: "14"
|
||||
PG_VERSION_APPENDED: "14"
|
||||
- ALPINE_VERSION: "3.17.1"
|
||||
PG_VERSION: "15"
|
||||
PG_VERSION_APPENDED: "15"
|
||||
|
|
Loading…
Reference in a new issue