File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121 attributes :
2222 label : What version of the Terraform CLI are you using?
2323 description : What version of the Terraform CLI are you using?
24- placeholder : 1.13.5
24+ placeholder : 1.14.0
2525 validations :
2626 required : true
2727 - type : input
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626
2727# Define the latest Terraform version to use for upload of coverage report
2828env :
29- LATEST_VERSION : 1.13 .*
29+ LATEST_VERSION : 1.14 .*
3030
3131jobs :
3232 # Ensure project builds before running testing matrix
8989 terraform :
9090 - ' 1.12.*'
9191 - ' 1.13.*'
92+ - ' 1.14.*'
9293 steps :
9394 - uses : actions/checkout@v6 # v4.0.0
9495 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
You can’t perform that action at this time.
0 commit comments