diff --git a/.github/workflows/start.yml b/.github/workflows/start.yml index f34170d..00f57ec 100644 --- a/.github/workflows/start.yml +++ b/.github/workflows/start.yml @@ -21,6 +21,7 @@ jobs: matrix: version: - 1.178.2 + - 2.20.3 - latest pg_major: - 14 diff --git a/README.md b/README.md index 9301e01..7bd347c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A specific version of the `supabase` CLI can be installed: steps: - uses: supabase/setup-cli@v1 with: - version: 1.178.2 + version: 2.20.3 ``` Run `supabase db start` to execute all migrations on a fresh database: @@ -44,9 +44,9 @@ Since Supabase CLI relies on Docker Engine API, additional setup may be required The actions supports the following inputs: -| Name | Type | Description | Default | Required | -| --------- | ------ | ---------------------------------- | --------- | -------- | -| `version` | String | Supabase CLI version (or `latest`) | `1.178.2` | false | +| Name | Type | Description | Default | Required | +| --------- | ------ | ---------------------------------- | -------- | -------- | +| `version` | String | Supabase CLI version (or `latest`) | `2.20.3` | false | ## Advanced Usage diff --git a/action.yml b/action.yml index 507287c..86915b9 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: version: description: Version of Supabase CLI to install required: false - default: 1.178.2 + default: 2.20.3 outputs: version: description: Version of installed Supabase CLI