no global matrix
Some checks failed
/ build-base (bookworm, 17) (push) Successful in 2m3s
/ build-general (bookworm, 1.4.1, v0.8.0, 17, 3.5.2, 2.19.3) (push) Has been cancelled

This commit is contained in:
Ryan Voots 2025-05-08 12:45:46 -04:00
parent 0bc3145880
commit b358bd5066

View file

@ -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