Skip to content

Commit 8eb7005

Browse files
committed
WIP
1 parent 33a4a3e commit 8eb7005

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,10 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
# dbt-core now supports Python 3.12
17-
- { python: "3.12", os: "ubuntu-latest", dbt: "1.7" }
1816
- { python: "3.12", os: "ubuntu-latest", dbt: "1.8" }
19-
# Latest dbts' test matrix on 3.11 (well supported py version) on ubuntu
20-
- { python: "3.11", os: "ubuntu-latest", dbt: "1.4" }
21-
- { python: "3.11", os: "ubuntu-latest", dbt: "1.5" }
22-
- { python: "3.11", os: "ubuntu-latest", dbt: "1.6" }
23-
- { python: "3.11", os: "ubuntu-latest", dbt: "1.7" }
2417
- { python: "3.11", os: "ubuntu-latest", dbt: "1.8" }
25-
# full test matrix on 3.10 (well supported py version) on ubuntu
26-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.1" }
27-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.2" }
28-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.3" }
29-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.4" }
30-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.5" }
31-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.6" }
32-
- { python: "3.10", os: "ubuntu-latest", dbt: "1.7" }
3318
- { python: "3.10", os: "ubuntu-latest", dbt: "1.8" }
34-
# full test matrix on 3.9 (well supported py version) on ubuntu
35-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.1" }
36-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.2" }
37-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.3" }
38-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.4" }
39-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.5" }
40-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.6" }
41-
- { python: "3.9", os: "ubuntu-latest", dbt: "1.7" }
4219
- { python: "3.9", os: "ubuntu-latest", dbt: "1.8" }
43-
# stability test on 3.8 (min python ver) with latest dbt
44-
- { python: "3.8", os: "ubuntu-latest", dbt: "1.5" }
45-
# stability test on 3.10 with latest dbt on macos (cross platform)
46-
- { python: "3.10", os: "macos-latest", dbt: "1.5" }
4720

4821
env:
4922
FORCE_COLOR: "1"

0 commit comments

Comments
 (0)