Skip to content

Commit 3cbdd38

Browse files
committed
Update Terraform versions used to check manifest examples with in CI
1 parent 5382f26 commit 3cbdd38

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/check_examples.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ jobs:
2626
strategy:
2727
matrix:
2828
terraform_version:
29-
- "1.6.0"
30-
- "1.7.0"
31-
- "1.8.0"
32-
- "1.10.1"
33-
- "1.11.2"
29+
- "1.6.6"
30+
- "1.7.5"
31+
- "1.8.5"
32+
- "1.9.8"
33+
- "1.10.5"
34+
- "1.11.4"
35+
- "1.21.1"
3436
env:
3537
TF_X_KUBERNETES_MANIFEST_RESOURCE: 1
3638
TERM: linux

0 commit comments

Comments
 (0)