From 5344a5568b6eac7b453f3d6f1a35433ac2b4c323 Mon Sep 17 00:00:00 2001 From: Douglas Parsons Date: Thu, 27 Oct 2022 12:01:32 +0100 Subject: [PATCH] Add latest terraform versions to testing matrix - Change testing matrix to run the oldest supported version (1.0.x) and the latest available version (1.3.x) --- .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 e52607bc..61475bab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - "ubuntu-latest" - "windows-latest" terraform: - - "1.1.*" + - "1.3.*" - "1.0.*" runs-on: ${{ matrix.os }} steps: