Skip to content

Commit 8897372

Browse files
committed
Test on TF 1.11.* and 1.12.*
1 parent 77e692e commit 8897372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
matrix:
5959
# list whatever Terraform versions here you would like to support
6060
terraform:
61-
- '1.9.*'
62-
- '1.10.*'
61+
- '1.11.*'
62+
- '1.12.*'
6363
steps:
6464
- uses: actions/checkout@v4
6565
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)