Skip to content

Commit

Permalink
Merge branch 'main' of github.com-dwreeves:dwreeves/dbt_linreg into 1…
Browse files Browse the repository at this point in the history
…0-support-wls
  • Loading branch information
dwreeves committed Dec 10, 2023
2 parents 2472925 + f0dbcda commit ff9fff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--health-retries 5
strategy:
matrix:
dbt_core: [1.4.*, 1.6.*]
dbt_core: [1.4.*, 1.7.*]
db_target: [dbt-duckdb, dbt-postgres]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dbt.duckdb.wal
.user.yml
docs/site/
integration_tests/seeds/*.csv
integration_tests/package-lock.yml

# Created by https://www.toptal.com/developers/gitignore/api/dbt,osx,windows,visualstudiocode,python
# Edit at https://www.toptal.com/developers/gitignore?templates=dbt,osx,windows,visualstudiocode,python
Expand Down

0 comments on commit ff9fff9

Please sign in to comment.