Skip to content

Commit

Permalink
Update dbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
psousa50 committed Apr 15, 2024
1 parent e54329c commit 3b2ffd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run-tests-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ function run_tests() {
local PROFILE=$2

if [ "$PROFILE" == "postgres" ]; then
VERSIONS="1.3.4 1.4.6 1.5.4 1.7.4"
VERSIONS="1.3.4 1.4.6 1.5.4 1.7.11"
elif [ "$PROFILE" == "bigquery" ]; then
VERSIONS="1.7.2"
VERSIONS="1.7.7"
elif [ "$PROFILE" == "snowflake" ]; then
VERSIONS="1.7.1"
VERSIONS="1.7.3"
else
echo "Invalid profile name: $PROFILE"
exit 1
Expand Down

0 comments on commit 3b2ffd9

Please sign in to comment.