From e8265d1072babd4a7b0f6c6a5dfd231a97646737 Mon Sep 17 00:00:00 2001 From: Daniel Morris Date: Sun, 29 Oct 2023 14:11:44 +0000 Subject: [PATCH] chore: Add Terraform 1.6 to verification matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f28525..33d129d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: run: terraform validate strategy: matrix: - terraform_version: [ "1.0", "1.1", "1.2", "1.3", "1.4", "1.5" ] + terraform_version: [ "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6" ] caller-identity: if: ${{ github.event_name == 'push' }}