mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2025-06-11 13:12:49 +00:00
Update entrypoint.sh
Co-authored-by: Tonye Jack <jtonye@ymail.com>
This commit is contained in:
parent
8e9ae1dcc5
commit
696ff9b1d0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if ! [[ "$INPUT_POSTGRESQL_VERSION" =~ ^[0-9]+$ ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Check if the input is between 10 and 16 (inclusive)
|
||||
# Check if the input is between 11 and 16 (inclusive)
|
||||
if (( INPUT_POSTGRESQL_VERSION < 10 || INPUT_POSTGRESQL_VERSION > 16 )); then
|
||||
echo "Error: $INPUT_POSTGRESQL_VERSION is not between 10 and 16 (inclusive)."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue