As there are more versions of dbt-core out there with slightly different regressions/uses of cross-project references, it is becoming more important that we test multiple versions for compatibility. To that end, I've added matrix testing to the GitHub workflow for different dbt-core versions. Currently, I'll be targeting dbt-core 1.6.x and 1.7.x, where x is the latest patch published to pypi.
Description and Motivations
As there are more versions of dbt-core out there with slightly different regressions/uses of cross-project references, it is becoming more important that we test multiple versions for compatibility. To that end, I've added matrix testing to the GitHub workflow for different dbt-core versions. Currently, I'll be targeting dbt-core 1.6.x and 1.7.x, where
x
is the latest patch published to pypi.Resolves: #36