chore: add pg major version to test matrix (#243)

* chore: add pg major version to test matrix

* chore: update min version to for pg15 compatibility
This commit is contained in:
Han Qiao
2023-12-12 22:49:34 +08:00
committed by GitHub
parent 3945a35008
commit 36b8fc21e1

View File

@@ -20,12 +20,16 @@ jobs:
strategy:
matrix:
version:
- 1.0.0
- 1.28.3
- latest
pg_major:
- 14
- 15
steps:
- uses: actions/checkout@v4
- uses: ./
with:
version: ${{ matrix.version }}
- run: supabase init
- run: sed -i -E "s|^(major_version) .*|\1 = ${{ matrix.pg_major }}|" supabase/config.toml
- run: supabase start