We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7736c62 commit 1b433c0Copy full SHA for 1b433c0
.github/workflows/test-all-warehouses.yml
@@ -37,7 +37,7 @@ jobs:
37
matrix:
38
dbt-version:
39
${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) ||
40
- ! contains(github.event_name, 'pull_request') && fromJSON('["1.7.0", "latest_official"]') ||
+ ! contains(github.event_name, 'pull_request') && fromJSON('["1.8.0", "latest_official"]') ||
41
fromJSON('["latest_official"]') }}
42
warehouse-type:
43
[
0 commit comments