Skip to content

Commit

Permalink
change default postgres version to build to REL_10_13
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminCI authored and AdminCI committed Apr 3, 2024
1 parent 7432839 commit 240680b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: "postgres tag to build in the format REL_<MAJOR>_<MINOR>"
required: true
default: REL_10_12 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
default: REL_10_13 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
workflow_call:
inputs:
tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
call-build:
uses: ./.github/workflows/build-postgres.yaml
with:
tag: REL_10_12 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
tag: REL_10_13 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically

0 comments on commit 240680b

Please sign in to comment.