From ff85a6064f28752dc458988e4849717cbc749dd7 Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Wed, 8 Mar 2023 22:00:19 +0000 Subject: [PATCH] Adding Terraform `1.2` to `1.4` to the testing matrix of the CI (#33) Adding Terraform 1.2 to 1.4 to the testing matrix of the CI --- .github/workflows/build-test.yml | 3 +++ CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6c06c3c..bf50399 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -68,6 +68,9 @@ jobs: - '0.15.*' - '1.0.*' - '1.1.*' + - '1.2.*' + - '1.3.*' + - '1.4.*' steps: - name: Setup Go diff --git a/CHANGELOG.md b/CHANGELOG.md index edde202..9e2ae5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ NOTES: * No new feature: updated dependencies (since `v1.0.3`). +* CI: Expanded testing matrix to include Terraform versions `1.2.*` to `1.4.*`. ## 1.0.3 (November 27, 2022)