From 7b5db716dc2afcd5a38433cb589efa7900f4412a Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 11 Oct 2023 17:45:41 +0200 Subject: [PATCH] ci: Test with Terraform 1.6.x (#335) At some point we'll switch the CI workflows to using GitHub Actions shared configuration variables. --- .github/workflows/ci-go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index c170eb791..8f4cc372f 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -65,6 +65,7 @@ jobs: - '1.3.*' - '1.4.*' - '1.5.*' + - '1.6.*' terraform-provider-corner-tfprotov6: defaults: run: @@ -103,6 +104,7 @@ jobs: - '1.3.*' - '1.4.*' - '1.5.*' + - '1.6.*' test: name: test (Go v${{ matrix.go-version }}) runs-on: ubuntu-latest