From 197c1a32ee8eb7aaaab93680888378beecddf404 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Mon, 22 Nov 2021 08:19:27 -0500 Subject: [PATCH] Update test matrix --- .github/workflows/acctest.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acctest.yml b/.github/workflows/acctest.yml index cf10cbd1d..ee330abcf 100644 --- a/.github/workflows/acctest.yml +++ b/.github/workflows/acctest.yml @@ -22,9 +22,10 @@ jobs: - "v6.2" - "v6.4" - "v6" + - "rc" terraform_version: - - "0.15.5" - - "1.0.6" + - "1.0.11" + - "1.1.0-beta2" steps: - name: Set up Go uses: actions/setup-go@v2.1.4