Skip to content

Commit

Permalink
.github/workflows: Test on Terraform 1.6.* versions (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle authored Oct 9, 2023
1 parent db9cd78 commit 6564cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- '1.3.*'
- '1.4.*'
- '1.5.*'
- '1.6.0-alpha20230816'
- '1.6.*'
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- '1.3.*'
- '1.4.*'
- '1.5.*'
- '1.6.0-alpha20230816'
- '1.6.*'
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
Expand Down

0 comments on commit 6564cee

Please sign in to comment.