From 1ac2858d067fde592044e7e65c7ac038e595bc4d Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Mon, 16 Dec 2024 14:54:04 -0500 Subject: [PATCH] point to this branch for integration testing --- .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