Skip to content

Commit

Permalink
Update default engine and update workflow 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 Feb 3, 2025
1 parent ba1e1de commit 2cdbc90
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_4_X_DEV__PG_16_X
DEFAULT_BRANCH=BABEL_4_5_STABLE__PG_16_6
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_3_9_STABLE__PG_15_11
EXTENSION_BRANCH_FROM: BABEL_3_9_STABLE

runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 2cdbc90

Please sign in to comment.