Skip to content

Commit ae115a8

Browse files
authoredJul 2, 2024··
feat: add support for opentofu v1.7 (#950)
Run tests for opentofu 1.7.x that was released in April: https://github.com/opentofu/opentofu/releases/tag/v1.7.0
1 parent f6372aa commit ae115a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
include:
4545
- tool: opentofu
4646
version: v1.6.x
47+
- tool: opentofu
48+
version: v1.7.x
4749
- tool: terraform
4850
version: v1.8.x
4951

0 commit comments

Comments
 (0)
Please sign in to comment.