diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15c2fc958c..34fdd2222b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,7 @@ jobs: matrix: python-version: ["3.10", "3.11", "3.12", "3.13"] airflow-version: ["2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "3.0", "3.1"] - dbt-version: ["1.10"] + dbt-version: [ "1.11" ] exclude: # Apache Airflow versions prior to 2.9.0 have not been tested with Python 3.12. # Official support for Python 3.12 and the corresponding constraints.txt are available only for Apache Airflow >= 2.9.0. @@ -398,7 +398,7 @@ jobs: matrix: python-version: [ "3.11" ] airflow-version: [ "2.11", "3.0" ] - dbt-version: ["1.6", "1.7", "1.8", "1.9", "1.10"] + dbt-version: ["1.6", "1.7", "1.8", "1.9", "1.10", "1.11"] services: postgres: image: postgres@sha256:4cd697181d4bd3ddc41a09012f339fa8cb5a8cd3d8b30130ea8378c176b6c494 # 14.18 @@ -640,7 +640,7 @@ jobs: matrix: python-version: [ "3.12" ] airflow-version: [ "2.10", "3.0" ] - dbt-version: [ "1.10" ] + dbt-version: [ "1.11" ] steps: - uses: actions/checkout@v6.0.1 with: diff --git a/pyproject.toml b/pyproject.toml index b03cfe8022..9ad6d24578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -169,7 +169,7 @@ pre-install-commands = ["sh scripts/test/pre-install-airflow.sh {matrix:airflow} [[tool.hatch.envs.tests.matrix]] python = ["3.10", "3.11", "3.12", "3.13"] airflow = ["2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "3.0", "3.1"] -dbt = ["1.5", "1.6", "1.7", "1.8", "1.9", "1.10", "2.0"] +dbt = ["1.5", "1.6", "1.7", "1.8", "1.9", "1.10", "1.11", "2.0"] [tool.hatch.envs.tests.overrides] matrix.airflow.dependencies = [