mirror of
https://github.com/supabase/setup-cli.git
synced 2026-02-09 03:45:28 +00:00
chore: exclude pg17 from v1 test matrix
This commit is contained in:
3
.github/workflows/start.yml
vendored
3
.github/workflows/start.yml
vendored
@@ -30,6 +30,9 @@ jobs:
|
|||||||
- 14
|
- 14
|
||||||
- 15
|
- 15
|
||||||
- 17
|
- 17
|
||||||
|
exclude:
|
||||||
|
- version: 1.178.2
|
||||||
|
pg_major: 17
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
|||||||
Reference in New Issue
Block a user