From dc0fb71f009fdecfa89ee2224a8575a0cf4ce91f Mon Sep 17 00:00:00 2001 From: Volodymyr Manilo Date: Mon, 9 Dec 2024 21:05:02 +0100 Subject: [PATCH] enable CI tests on Terraform 1.9.* --- .github/workflows/ci.yml | 3 ++- .github/workflows/smoketests.yml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31258383..47969620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ on: - 'README.md' branches: - main + - enable-terraform-1.9 # Ensures only 1 action runs per PR and previous is canceled on new trigger concurrency: @@ -126,7 +127,7 @@ jobs: matrix: terraform: - '1.8.*' -# - '1.9.*' + - '1.9.*' - 'latest' steps: diff --git a/.github/workflows/smoketests.yml b/.github/workflows/smoketests.yml index 3525f2f7..a2af4054 100644 --- a/.github/workflows/smoketests.yml +++ b/.github/workflows/smoketests.yml @@ -4,8 +4,8 @@ name: Smoke Tests permissions: read-all on: -# schedule: -# - cron: "0 */3 * * *" + schedule: + - cron: "0 */3 * * *" workflow_dispatch: {} jobs: @@ -46,7 +46,7 @@ jobs: matrix: terraform: - '1.8.*' -# - '1.9.*' + - '1.9.*' - 'latest' steps: - name: Check out code into the Go module directory