Skip to content

Commit 29dde1c

Browse files
committed
chore: Drop dbt 1.9 and add dbt 1.11
1 parent e554647 commit 29dde1c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- '3.0.6'
3636
- '2.10.4'
3737
dbt-version:
38-
- '1.10.13'
39-
- '1.9.10'
38+
- '1.11.2'
39+
- '1.10.17'
4040
exclude:
4141
# Airflow added 3.13 support in >=3.1
4242
- airflow-version: '3.0.6'
@@ -45,10 +45,6 @@ jobs:
4545
- airflow-version: '2.10.4'
4646
python-version: '3.13'
4747

48-
# Dbt added 3.13 support in >=1.10
49-
- dbt-version: '1.9.10'
50-
python-version: '3.13'
51-
5248
runs-on: ubuntu-latest
5349
steps:
5450
- name: Harden Runner
@@ -105,7 +101,7 @@ jobs:
105101

106102
- name: Static type checking with mypy
107103
# We only run mypy on the latest supported versions of Airflow & dbt,
108-
if: matrix.python-version == '3.13' && matrix.airflow-version == '3.1.1' && matrix.dbt-version == '1.10.13'
104+
if: matrix.python-version == '3.13' && matrix.airflow-version == '3.1.1' && matrix.dbt-version == '1.11.12'
109105
run: uv run mypy .
110106

111107
- name: Code formatting with ruff

0 commit comments

Comments
 (0)