Skip to content

Commit a45ed24

Browse files
authored
Merge pull request #38 from fnaoto/2022-12-10
Remove terraform version 0.14 support.
2 parents c392c62 + 88879a8 commit a45ed24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
terraform:
17-
- '0.14.*'
1817
- '0.15.*'
1918
- '1.0.*'
2019
- '1.1.*'
2120
- '1.2.*'
21+
- '1.3.*'
2222
steps:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-go@v3

0 commit comments

Comments
 (0)