Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed Dec 14, 2023
1 parent d5c1609 commit 5fc7778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test-against-sample-dbt-files:
strategy:
matrix:
dbt-version: ["1.5", "1.6"]
dbt-version: ["1.5", "1.6", "1.7"]
dbt-file-name: ["dbt_project", "packages", "selectors", "dbt_yml_files", "dependencies", "dbt_cloud"]
exclude:
- dbt-version: "1.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/validate_plusless_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PROJECT_SCHEMA_FILES = [
"./schemas/dbt_project.json",
"./schemas/1.5/dbt_project-1.5.json",
"./schemas/1.6/dbt_project-1.6.json"
"./schemas/1.6/dbt_project-1.6.json",
"./schemas/1.7/dbt_project-1.7.json"
]

Expand Down

0 comments on commit 5fc7778

Please sign in to comment.