This commit is contained in:
parent
c1654b45b5
commit
0650f42f99
1 changed files with 7 additions and 5 deletions
|
@ -3,12 +3,14 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-base:
|
build-base:
|
||||||
|
strategy:
|
||||||
|
fail_fast: false
|
||||||
|
matrix:
|
||||||
|
PG_MAJOR_VERSION:
|
||||||
|
- 17
|
||||||
|
DEB_RELEASE:
|
||||||
|
- bookworm
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
matrix:
|
|
||||||
- PG_MAJOR_VERSION:
|
|
||||||
- 17
|
|
||||||
- DEB_RELEASE:
|
|
||||||
- bookworm
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup metadata
|
- name: Setup metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|
Loading…
Add table
Reference in a new issue