Skip to content

Commit e9d3db7

Browse files
committed
test with last three GA releases
1 parent 1872bb3 commit e9d3db7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ jobs:
6262
matrix:
6363
# list whatever Terraform versions here you would like to support
6464
terraform:
65-
- '1.0.*'
66-
- '1.1.*'
67-
- '1.2.*'
68-
- '1.3.*'
69-
- '1.4.*'
65+
- '1.12.*'
66+
- '1.11.*'
67+
- '1.10.*'
7068
steps:
7169
- uses: actions/checkout@v4
7270
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)