Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from hashicorp/limit-matrix
Browse files Browse the repository at this point in the history
limit versions tested for now
  • Loading branch information
catsby committed Jun 5, 2023
2 parents f8c7a38 + b3e907f commit c598a2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ jobs:
strategy:
fail-fast: false
matrix:
# list whatever Terraform versions here you would like to support
# List whatever Terraform versions here you would like to support. We
# only test the latest versions right now. Updates to randomizing
# resources names will be needed to support multiple versions of
# Terraform for testing.
terraform:
- '1.3.*'
- '1.4.*'
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Expand Down

0 comments on commit c598a2e

Please sign in to comment.