0
0
Fork 0
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:
Ragy Hosny 2024-12-08 16:19:00 +01:00 committed by GitHub
parent eca924aafa
commit f22fc31f92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View file

@ -3,7 +3,7 @@ description: Install PostgreSQL on the GitHub actions runner and verify the inst
author: tj-actions
inputs:
postgresql-version:
description: 'Version of PostgreSQL. e.g 16'
description: 'Version of PostgreSQL. e.g 17'
required: true
runs: