Skip to content

Commit be4b1d7

Browse files
committed
Add support for Terraform 1.9
1 parent 8c76050 commit be4b1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
terraform:
37-
- 1.3.6
38-
- 1.2.9
37+
- 1.9.0
38+
- 1.8.5
3939
env:
4040
TERRAFORM_VERSION: ${{ matrix.terraform }}
4141
steps:

0 commit comments

Comments
 (0)