Skip to content

Commit 55dd7be

Browse files
authored
chore: update Terraform test matrix (#222)
Co-authored-by: Christian Lechner <[email protected]>
1 parent e97f383 commit 55dd7be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626

2727
# Define the latest Terraform version to use for upload of coverage report
2828
env:
29-
LATEST_VERSION: 1.11.*
29+
LATEST_VERSION: 1.12.*
3030

3131
jobs:
3232
# Ensure project builds before running testing matrix
@@ -87,6 +87,7 @@ jobs:
8787
terraform:
8888
- '1.10.*'
8989
- '1.11.*'
90+
- '1.12.*'
9091
steps:
9192
- uses: actions/checkout@v4 # v4.0.0
9293
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

0 commit comments

Comments
 (0)