Skip to content

Commit

Permalink
test: use the latest terraform cli in testing
Browse files Browse the repository at this point in the history
Swap for a newer version of terraform when testing: 1.9 for 1.8. Where
we test with multiple versions, only use the latest 3.
  • Loading branch information
hmlanigan committed Aug 12, 2024
1 parent b8e5341 commit 3d1ec27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
terraform:
- "1.8.*"
- "1.9.*"
include:
- cloud: "lxd"
cloud-channel: "5.19/stable"
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 @@ -44,7 +44,7 @@ jobs:
cloud:
- "microk8s"
terraform:
- "1.8.*"
- "1.9.*"
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 @@ -49,7 +49,7 @@ jobs:
cloud:
- "lxd"
terraform:
- "1.8.*"
- "1.9.*"
juju:
- "2.9/stable"
- "3/stable"
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 @@ -45,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform: ["1.6.*", "1.7.*", "1.8.*"]
terraform: ["1.7.*", "1.8.*", "1.9.*"]
action-operator:
- { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "2.9" }
- { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "3" }
Expand Down

0 comments on commit 3d1ec27

Please sign in to comment.