From 32ccd04409301dfb4d94407a366a3b6fe6cb39db Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Mon, 11 Mar 2024 14:36:58 -0600 Subject: [PATCH] test: Add Terraform 1.8-beta1 to the test matrix. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a0551b0..90acc177 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,6 +100,7 @@ jobs: - "1.5" - "1.6" - "1.7" + - "1.8-beta1" steps: - name: Harden Runner