From a495d27c065f9441feec219ea1bf9cb6008988c3 Mon Sep 17 00:00:00 2001 From: Brian Dwyer Date: Mon, 15 Jul 2024 15:38:06 -0400 Subject: [PATCH] Add other TF versions to the matrix --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 368d70e1..c672e4ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,6 +65,10 @@ jobs: - '1.3.*' - '1.4.*' - '1.5.*' + - '1.6.*' + - '1.7.*' + - '1.8.*' + - '1.9.*' steps: - name: Check out code into the Go module directory uses: actions/checkout@v4