From 79063cdcaf93b115d19c03b3c637a7454cba95c8 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 21 Sep 2022 10:59:40 -0400 Subject: [PATCH] .github/workflows: Add Terraform 1.3.x to testing matrix Reference: https://github.com/hashicorp/terraform/releases/tag/v1.3.0 --- .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 aa7ec3a9..35c340d6 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -62,6 +62,7 @@ jobs: - '1.0.*' - '1.1.*' - '1.2.*' + - '1.3.*' terraform-provider-corner-tfprotov6: defaults: run: @@ -97,6 +98,7 @@ jobs: - '1.0.*' - '1.1.*' - '1.2.*' + - '1.3.*' test: name: test (Go v${{ matrix.go-version }}) runs-on: ubuntu-latest