diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5702a37..c35690e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,8 +62,9 @@ jobs: matrix: # list whatever Terraform versions here you would like to support terraform: - - '1.4.*' - '1.5.*' + - '1.6.*' + - '1.7.*' steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1