We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e898114 commit 66406b0Copy full SHA for 66406b0
1 file changed
.github/workflows/test-all-warehouses.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('["1.7.0", null]') }}
+ dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('["1.8.0", null]') }}
29
warehouse-type:
30
[
31
postgres,
0 commit comments