Skip to content

Commit

Permalink
ci: run on latest official dbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
haritamar committed Nov 5, 2024
1 parent c441a13 commit f4ffd9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-all-warehouses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
matrix:
dbt-version:
${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) ||
! contains(github.event_name, 'pull_request') && fromJSON('["1.3.0", "latest_pre"]') ||
fromJSON('["latest_pre"]') }}
! contains(github.event_name, 'pull_request') && fromJSON('["1.3.0", "latest_official"]') ||
fromJSON('["latest_official"]') }}
warehouse-type:
[
postgres,
Expand Down

0 comments on commit f4ffd9a

Please sign in to comment.