commit | 840ecadf662494cfd164198427b433f98782ae36 | [log] [tgz] |
---|---|---|
author | Radek Simko <radeksimko@users.noreply.github.com> | Mon Jan 20 11:25:47 2025 +0000 |
committer | GitHub <noreply@github.com> | Mon Jan 20 11:25:47 2025 +0000 |
tree | 69c3f5ec6880c7107de501542d61d16806ababeb | |
parent | 4497f9edf36dcdbbf5fc982d1d951c9509d865fd [diff] |
ci/e2etests: Add latest major Terraform versions (#498)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c6c759..d408aa5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml
@@ -140,7 +140,14 @@ - "1.0.11" - "1.1.9" - "1.2.9" - - "1.3.7" + - "1.3.10" + - "1.4.7" + - "1.5.7" + - "1.6.6" + - "1.7.5" + - "1.8.5" + - "1.9.8" + - "1.10.4" - "refs/heads/main" steps: -