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