Skip to content

Commit

Permalink
Update default engine and upgrade wf to point to stable branches
Browse files Browse the repository at this point in the history
Signed-off-by: Kristian Lejao <[email protected]>
  • Loading branch information
lejaokri committed Jan 30, 2025
1 parent 67bb89b commit d8b4100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/clone_engine_repo.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_BRANCH=BABEL_3_X_DEV__PG_15_X
DEFAULT_BRANCH=BABEL_3_9_STABLE__PG_15_11
4 changes: 2 additions & 2 deletions .github/workflows/singledb-version-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
env:
OLD_INSTALL_DIR: psql_source
NEW_INSTALL_DIR: psql_target
ENGINE_BRANCH_FROM: BABEL_2_X_DEV__PG_14_X
EXTENSION_BRANCH_FROM: BABEL_2_X_DEV
ENGINE_BRANCH_FROM: BABEL_2_13_STABLE__PG_14_16
EXTENSION_BRANCH_FROM: BABEL_2_13_STABLE

runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit d8b4100

Please sign in to comment.