diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 0ffbbbb..bb43625 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -17,7 +17,7 @@ jobs: max-parallel: 3 matrix: python-version: [ "3.11"] # "3.10", "3.12"] - dbt-version: ["1.7.0"] # "1.6.0", , "1.8.0b1"] + dbt-version: ["1.8.0"] # "1.6.0", , "1.8.0b1"] data-platform: ["redshift", "snowflake", "bigquery"] steps: