fix matrix def
Some checks failed
/ build-base (bookworm, 17) (push) Failing after 1m42s

This commit is contained in:
Ryan Voots 2025-05-08 11:08:54 -04:00
parent c1654b45b5
commit 0650f42f99

View file

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