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:
|
||||
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:
|
||||
build-base:
|
||||
strategy:
|
||||
fail_fast: false
|
||||
matrix:
|
||||
PG_MAJOR_VERSION:
|
||||
- 17
|
||||
DEB_RELEASE:
|
||||
- bookworm
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Setup metadata
|
||||
|
@ -64,6 +54,19 @@ jobs:
|
|||
needs: [build-base]
|
||||
strategy:
|
||||
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
|
||||
steps:
|
||||
- name: Setup metadata
|
||||
|
|
Loading…
Add table
Reference in a new issue