Skip to content

Commit 77253be

Browse files
authored
.github/workflows: Test on Terraform 1.4.* versions (#272)
Reference: https://github.com/hashicorp/terraform-providers-devex-internal/issues/139
1 parent ada9da9 commit 77253be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- '1.1.*'
6464
- '1.2.*'
6565
- '1.3.*'
66+
- '1.4.*'
6667
terraform-provider-corner-tfprotov6:
6768
defaults:
6869
run:
@@ -99,6 +100,7 @@ jobs:
99100
- '1.1.*'
100101
- '1.2.*'
101102
- '1.3.*'
103+
- '1.4.*'
102104
test:
103105
name: test (Go v${{ matrix.go-version }})
104106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)