Skip to content

Commit 7b5b5e8

Browse files
authored
Use dbt version 1.7.0 as the old version in tests (#1897)
* Use dbt version 1.7.0 as the old version in tests, since previous versions reached end-of-life * remind-docs-and-tests: use pull_request_target since it contains secrets
1 parent 4739b80 commit 7b5b5e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/remind-docs-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Remind docs and tests
22
on:
3-
pull_request:
3+
pull_request_target:
44
branches: ["master"]
55
jobs:
66
run:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('["1.3.0", null]') }}
28+
dbt-version: ${{ inputs.dbt-version && fromJSON(format('["{0}"]', inputs.dbt-version)) || fromJSON('["1.7.0", null]') }}
2929
warehouse-type:
3030
[
3131
postgres,

0 commit comments

Comments
 (0)