Skip to content

Commit 3b44a94

Browse files
author
Michael Myaskovsky
committed
changed to run on dbt 1.8.0
1 parent e0d59d3 commit 3b44a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
]
5353
include:
5454
# If we're not running on a specific dbt version, then always add postgres on 1.7.0
55-
- dbt-version: "${{ inputs.dbt-version || '1.7.0' }}"
55+
- dbt-version: "${{ inputs.dbt-version || '1.8.0' }}"
5656
warehouse-type: postgres
5757
- dbt-version: "${{ inputs.dbt-version || 'latest_pre' }}"
5858
warehouse-type: postgres

0 commit comments

Comments
 (0)