Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
upgrade cicd version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnascimento committed Nov 3, 2023
1 parent afe616f commit d3d0df1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- "3.10"
# - "3.11"
dbt:
- "1.5.*"
- "1.7.*"

# Run only the latest commit pushed to PR
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_integration_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
options:
- "<ALL>"
- "latest"
- "1.5.*"
- "1.7.*"

jobs:
matrix-adapter:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
shell: python
run: |
OPTIONS = [
"1.5.*",
"1.7.*",
]
OUTPUT = OPTIONS
Expand Down

0 comments on commit d3d0df1

Please sign in to comment.