Skip to content

Commit 1b433c0

Browse files
committed
changed default dbt to 1.8.0
1 parent 7736c62 commit 1b433c0

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
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
dbt-version:
3939
${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) ||
40-
! contains(github.event_name, 'pull_request') && fromJSON('["1.7.0", "latest_official"]') ||
40+
! contains(github.event_name, 'pull_request') && fromJSON('["1.8.0", "latest_official"]') ||
4141
fromJSON('["latest_official"]') }}
4242
warehouse-type:
4343
[

0 commit comments

Comments
 (0)