Skip to content

Commit eaa8d84

Browse files
committed
Use dbt version 1.7.0 as the old version in tests, since previous versions reached end-of-life
1 parent 4739b80 commit eaa8d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-all-warehouses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('["1.3.0", null]') }}
28+
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('["1.7.0", null]') }}
2929
warehouse-type:
3030
[
3131
postgres,

0 commit comments

Comments
 (0)