Skip to content

Commit 6f9c59d

Browse files
authored
chore: update test matrix
1 parent 3d5122f commit 6f9c59d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
attributes:
2222
label: What version of the Terraform CLI are you using?
2323
description: What version of the Terraform CLI are you using?
24-
placeholder: 1.11.0
24+
placeholder: 1.13.4
2525
validations:
2626
required: true
2727
- type: input

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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.12.*
29+
LATEST_VERSION: 1.13.*
3030

3131
jobs:
3232
# Ensure project builds before running testing matrix
@@ -85,8 +85,8 @@ jobs:
8585
# '1.8.*' end of security support 26 Nov 2024
8686
# '1.9.*' #end of security support 27 Feb 2025
8787
# '1.10.*' end of security support 14 May 2025
88+
# '1.11.*' end of security support 20 Aug 2025
8889
terraform:
89-
- '1.11.*'
9090
- '1.12.*'
9191
- '1.13.*'
9292
steps:

0 commit comments

Comments
 (0)