From a4d0237a92bd40bd544987329f6b6af484e90980 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 29 Jun 2023 02:20:05 +0300 Subject: [PATCH] ci: include terraform 1.5.* to tests The title says it all. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c4dbb0b..aece554e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,6 +48,7 @@ jobs: - "1.2.*" - "1.3.*" - "1.4.*" + - "1.5.*" steps: - name: Set up Go uses: actions/setup-go@v3