mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-09-18 14:47:15 +00:00
only test with tf 1.9 for now
This commit is contained in:
parent
5787130e34
commit
951f24ef46
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
@ -65,11 +65,12 @@ jobs:
|
|||
matrix:
|
||||
# list whatever Terraform versions here you would like to support
|
||||
terraform:
|
||||
- '1.0.*'
|
||||
- '1.1.*'
|
||||
- '1.2.*'
|
||||
- '1.3.*'
|
||||
- '1.4.*'
|
||||
# TODO: test with more terraform versions. For now, testing with latest.
|
||||
# - "1.5.*"
|
||||
# - "1.6.*"
|
||||
# - "1.7.*"
|
||||
# - "1.8.*"
|
||||
- "1.9.*"
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue