We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f44389 commit 00f7588Copy full SHA for 00f7588
.github/workflows/test.yml
@@ -63,29 +63,7 @@ jobs:
63
max-parallel: 1
64
matrix:
65
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
81
- - terraform: "1.6.*"
82
83
- - terraform: "1.7.*"
84
85
- - terraform: "1.8.*"
86
87
- - terraform: "1.9.*"
88
+ - "1.13.*"
89
steps:
90
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
0 commit comments