mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2025-06-11 13:12:49 +00:00
Add support for PG 17 (#45)
* add support for pg 17 * enable manually running test action --------- Co-authored-by: Tonye Jack <jtonye@ymail.com>
This commit is contained in:
parent
eca924aafa
commit
f22fc31f92
4 changed files with 8 additions and 7 deletions
|
@ -21,7 +21,7 @@ This Github action installs PostgreSQL on the GitHub actions runner and verifies
|
|||
- name: Setup PostgreSQL
|
||||
uses: tj-actions/install-postgresql@v3
|
||||
with:
|
||||
postgresql-version: 16
|
||||
postgresql-version: 17
|
||||
```
|
||||
|
||||
> \[!NOTE]
|
||||
|
@ -34,7 +34,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 16 |
|
||||
| <a name="input_postgresql-version"></a>[postgresql-version](#input_postgresql-version) | string | true | | Version of PostgreSQL. e.g 17 |
|
||||
|
||||
<!-- AUTO-DOC-INPUT:END -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue