Skip to content

Commit 9aeabaf

Browse files
authored
chore(ci): test against Terraform 1.2 and 1.3 (#18)
Signed-off-by: Yoan Blanc <[email protected]>
1 parent 8daf519 commit 9aeabaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
terraform-versions: [1.1.x]
10+
terraform-versions: [1.2.x, 1.3.x]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)