mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2025-06-11 13:12:49 +00:00
support postgresql v11-16 (#15)
Co-authored-by: Tonye Jack <jtonye@ymail.com>
This commit is contained in:
parent
09c24eea44
commit
85c3755905
4 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
|
|||
- name: Setup PostgreSQL
|
||||
uses: tj-actions/install-postgresql@v2
|
||||
with:
|
||||
postgresql-version: 15
|
||||
postgresql-version: 16
|
||||
```
|
||||
|
||||
> NOTE: This updates the installed PostgreSQL version with the specified version and updates the PATH.
|
||||
|
@ -31,7 +31,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
|
|||
|
||||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|
||||
|----------------------------------------------------------------------------------------|--------|----------|---------|-------------------------------|
|
||||
| <a name="input_postgresql-version"></a>[postgresql-version](#input_postgresql-version) | string | true | | Version of PostgreSQL. e.g 15 |
|
||||
| <a name="input_postgresql-version"></a>[postgresql-version](#input_postgresql-version) | string | true | | Version of PostgreSQL. e.g 16 |
|
||||
|
||||
<!-- AUTO-DOC-INPUT:END -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue