From cc251082026b370d01e0d819a9e7c061856f5235 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:39:59 -0500 Subject: [PATCH] point to this branch for integration testing (#1163) --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 35bd9cae0..d7a8ebcd9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -35,7 +35,7 @@ on: description: "The branch of this adapter repository to use" type: string required: false - default: "main" + default: "1.9.latest" dbt_adapters_branch: description: "The branch of dbt-adapters to use" type: string @@ -45,7 +45,7 @@ on: description: "The branch of dbt-core to use" type: string required: false - default: "main" + default: "1.9.latest" dbt_common_branch: description: "The branch of dbt-common to use" type: string