From 29fb486de8dce459503cbf91897cfb3fce362be7 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:53:55 +0100 Subject: [PATCH] More sane self-test Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- .github/workflows/setup-tofu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-tofu.yml b/.github/workflows/setup-tofu.yml index 3f667fe..a38a6b4 100644 --- a/.github/workflows/setup-tofu.yml +++ b/.github/workflows/setup-tofu.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - tofu-versions: [1.6.0-alpha1, latest] + tofu-versions: [1.6.0, latest] tofu-wrapper: [true, false] steps: - name: Checkout