mirror of
https://github.com/supabase/setup-cli.git
synced 2025-12-08 16:16:25 +00:00
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:
6
.github/workflows/start.yml
vendored
6
.github/workflows/start.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user