From 80f8ebc56ed8cbf538d9a19ad4ecbbcd889e2ca6 Mon Sep 17 00:00:00 2001 From: Douglas Parsons Date: Mon, 16 Oct 2023 11:00:11 +0100 Subject: [PATCH] Update terraform testing matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04b4f0d5..ceb80fb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - "ubuntu-latest" - "windows-latest" terraform: - - "1.3.*" + - "1.6.*" - "1.0.*" runs-on: ${{ matrix.os }} steps: