Skip to content

Commit

Permalink
add dbt-core 1.7 to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwreeves committed Dec 10, 2023
1 parent 47c5b88 commit e6e31b7
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 e6e31b7

Please sign in to comment.