Skip to content

Commit 3028402

Browse files
committed
chore: Replace Airflow 2.8 for 3.0 in CI
1 parent 8883e8f commit 3028402

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,12 @@ jobs:
2929
- '3.10'
3030
- '3.9'
3131
airflow-version:
32+
- '3.0'
3233
- '2.10'
3334
- '2.9'
34-
- '2.8'
3535
dbt-version:
3636
- 1.9
3737
- 1.8
38-
exclude:
39-
# Incompatible combinations
40-
- python-version: 3.12
41-
airflow-version: '2.8'
4238

4339
runs-on: ubuntu-latest
4440
steps:

0 commit comments

Comments
 (0)