Skip to content

Commit

Permalink
change default postgres version to build to REL_13_0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminCI authored and AdminCI committed Apr 10, 2024
1 parent 164cb29 commit 7b5f062
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_12_9 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
default: REL_13_0 # 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_12_9 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically
tag: REL_13_0 # DO NOT CHANGE THIS LINE. this default value will be overridden automatically

0 comments on commit 7b5f062

Please sign in to comment.