Skip to content

Commit aa8a55b

Browse files
Add Terraform versions 1.12-1.14 to harness workflow (#750)
Co-authored-by: Michael Guarino <mjg@plural.sh>
1 parent 1c1a2cf commit aa8a55b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/publish-harness.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,18 @@ jobs:
133133
runs-on: ubuntu-latest
134134
needs: [ publish-base-image ]
135135
env:
136-
TERRAFORM_VERSION: 1.11.4
136+
TERRAFORM_VERSION: 1.14.9
137137
strategy:
138138
matrix:
139139
versions:
140-
- full: 1.11.4
141-
tag: 1.11.4
140+
- full: 1.14.9
141+
tag: 1.14.9
142+
- full: 1.14.9
143+
tag: "1.14"
144+
- full: 1.13.5
145+
tag: '1.13'
146+
- full: 1.12.2
147+
tag: '1.12'
142148
- full: 1.11.4
143149
tag: "1.11"
144150
- full: 1.10.5

0 commit comments

Comments
 (0)