Skip to content

Commit 951f24e

Browse files
committed
only test with tf 1.9 for now
1 parent 5787130 commit 951f24e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,12 @@ jobs:
6565
matrix:
6666
# list whatever Terraform versions here you would like to support
6767
terraform:
68-
- '1.0.*'
69-
- '1.1.*'
70-
- '1.2.*'
71-
- '1.3.*'
72-
- '1.4.*'
68+
# TODO: test with more terraform versions. For now, testing with latest.
69+
# - "1.5.*"
70+
# - "1.6.*"
71+
# - "1.7.*"
72+
# - "1.8.*"
73+
- "1.9.*"
7374
steps:
7475
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7576
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1

0 commit comments

Comments
 (0)