Skip to content

Commit

Permalink
feat: bump default cli version to 1.178.2 (#287)
Browse files Browse the repository at this point in the history
* feat: bump default cli version to 1.176.10

* Update action.yml

* Update README.md

* Update README.md

* Update start.yml

---------

Co-authored-by: Han Qiao <[email protected]>
Co-authored-by: Han Qiao <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent 0f2bd49 commit fe52e85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
version:
- 1.136.3
- 1.178.2
- latest
pg_major:
- 14
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A specific version of the `supabase` CLI can be installed:
steps:
- uses: supabase/setup-cli@v1
with:
version: 1.136.3
version: 1.178.2
```

Run `supabase db start` to execute all migrations on a fresh database:
Expand All @@ -46,7 +46,7 @@ The actions supports the following inputs:

| Name | Type | Description | Default | Required |
| --------- | ------ | ---------------------------------- | --------- | -------- |
| `version` | String | Supabase CLI version (or `latest`) | `1.136.3` | false |
| `version` | String | Supabase CLI version (or `latest`) | `1.178.2` | false |

## Advanced Usage

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: Version of Supabase CLI to install
required: false
default: 1.136.3
default: 1.178.2
outputs:
version:
description: Version of installed Supabase CLI
Expand Down

0 comments on commit fe52e85

Please sign in to comment.