Skip to content

Commit 00f7588

Browse files
committed
chore: Acceptance tests only runs on the latest version of TF
1 parent 8f44389 commit 00f7588

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -63,29 +63,7 @@ jobs:
6363
max-parallel: 1
6464
matrix:
6565
terraform:
66-
- "1.4.*"
67-
- "1.5.*"
68-
- "1.6.*"
69-
- "1.7.*"
70-
- "1.8.*"
71-
- "1.9.*"
72-
- "1.10.*"
73-
is-pr:
74-
- ${{ github.event_name == 'pull_request' }}
75-
# Only run the latest version of Terraform on pull requests
76-
exclude:
77-
- terraform: "1.4.*"
78-
is-pr: true
79-
- terraform: "1.5.*"
80-
is-pr: true
81-
- terraform: "1.6.*"
82-
is-pr: true
83-
- terraform: "1.7.*"
84-
is-pr: true
85-
- terraform: "1.8.*"
86-
is-pr: true
87-
- terraform: "1.9.*"
88-
is-pr: true
66+
- "1.13.*"
8967
steps:
9068
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9169
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0

0 commit comments

Comments
 (0)