diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fd952d8dd..77387f46f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -45,7 +45,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 @@ -55,7 +55,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