Skip to content

Commit f85c6df

Browse files
authored
Merge pull request #807 from SumoLogic/sjain-update-terraform
upgrade the terraform version to 1.7.5 for tests
2 parents c3d185e + 166df23 commit f85c6df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
matrix:
7777
# list whatever Terraform versions here you would like to support
7878
terraform:
79-
- '1.0.3'
79+
- '1.7.5'
8080
steps:
8181
- name: Set up Go
8282
uses: actions/[email protected]

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## X.Y.Z (Unreleased)
22
* Add new change notes here
33

4+
ENHANCEMENTS:
5+
* Updated Terraform version in GitHub Actions tests to 1.7.5
6+
47
## 3.1.3 (August 6, 2025)
58

69
BUG FIXES:

0 commit comments

Comments
 (0)