Skip to content

Commit b7fb687

Browse files
committed
Added terraform 1.11.4 to build matrix
1 parent 147d9e8 commit b7fb687

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: Added terraform 1.11.4 to build matrix
3+
time: 2025-05-12T23:06:43.659065+02:00

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
DEFAULT_TERRAFORM: "1.3.10"
8181
strategy:
8282
matrix:
83-
terraform: [ "0.14.11", "1.1.9", "1.2.9", "1.3.10", "1.4.7", "1.5.7" ]
83+
terraform: [ "0.14.11", "1.1.9", "1.2.9", "1.3.10", "1.4.7", "1.5.7", "1.11.4" ]
8484
cloud: [ "gcp", "aws", "azure", "all" ]
8585

8686
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)