Skip to content

Commit 911ce25

Browse files
committed
build: only test on newest terraform version
1 parent 3a74c34 commit 911ce25

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,8 @@ jobs:
6868
matrix:
6969
# list whatever Terraform versions here you would like to support
7070
terraform:
71-
- '1.0.*'
72-
- '1.1.*'
73-
- '1.2.*'
74-
- '1.3.*'
75-
- '1.4.*'
71+
- '1.14.*'
72+
7673
steps:
7774
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7875
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0

0 commit comments

Comments
 (0)