Skip to content

Commit

Permalink
Merge pull request #354 from hmlanigan/terraform-versions
Browse files Browse the repository at this point in the history
Update terraform versions in github actions.
  • Loading branch information
hmlanigan authored Dec 5, 2023
2 parents 00b3a80 + cd52aaf commit 41f36f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- "lxd"
- "microk8s"
terraform:
- "1.3.*"
- "1.4.*"
- "1.5.*"
- "1.6.*"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cloud:
- "microk8s"
terraform:
- "1.5.*"
- "1.6.*"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_add_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cloud:
- "lxd"
terraform:
- "1.5.*"
- "1.6.*"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- "lxd"
- "microk8s"
terraform:
- "1.3.*"
- "1.4.*"
- "1.5.*"
- "1.6.*"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_new_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# - "candidate"
- "edge"
terraform:
- "1.4.*"
- "1.5.*"
- "1.6.*"
steps:
- name: Set channel and artifact id
run: |
Expand Down

0 comments on commit 41f36f2

Please sign in to comment.