no global matrix
This commit is contained in:
parent
0bc3145880
commit
b358bd5066
1 changed files with 18 additions and 15 deletions
|
@ -1,25 +1,15 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
PG_MAJOR_VERSION:
|
|
||||||
- 17
|
|
||||||
DEB_RELEASE:
|
|
||||||
- bookworm
|
|
||||||
POSTGIS_VERSiON:
|
|
||||||
- 3.5.2
|
|
||||||
TO<ESCALEDB_VERSION:
|
|
||||||
- 2.19.3
|
|
||||||
HYPOPG_VERSION:
|
|
||||||
- 1.4.1
|
|
||||||
PGVECTOR_VERSION:
|
|
||||||
- v0.8.0
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-base:
|
build-base:
|
||||||
strategy:
|
strategy:
|
||||||
fail_fast: false
|
fail_fast: false
|
||||||
|
matrix:
|
||||||
|
PG_MAJOR_VERSION:
|
||||||
|
- 17
|
||||||
|
DEB_RELEASE:
|
||||||
|
- bookworm
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Setup metadata
|
- name: Setup metadata
|
||||||
|
@ -64,6 +54,19 @@ jobs:
|
||||||
needs: [build-base]
|
needs: [build-base]
|
||||||
strategy:
|
strategy:
|
||||||
fail_fast: false
|
fail_fast: false
|
||||||
|
matrix:
|
||||||
|
PG_MAJOR_VERSION:
|
||||||
|
- 17
|
||||||
|
DEB_RELEASE:
|
||||||
|
- bookworm
|
||||||
|
POSTGIS_VERSiON:
|
||||||
|
- 3.5.2
|
||||||
|
TO<ESCALEDB_VERSION:
|
||||||
|
- 2.19.3
|
||||||
|
HYPOPG_VERSION:
|
||||||
|
- 1.4.1
|
||||||
|
PGVECTOR_VERSION:
|
||||||
|
- v0.8.0
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Setup metadata
|
- name: Setup metadata
|
||||||
|
|
Loading…
Add table
Reference in a new issue