Skip to content

Commit

Permalink
Updating Terraform test matrix (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Oct 24, 2022
1 parent 68b234d commit fe49670
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ jobs:
fail-fast: false
matrix:
terraform:
- '0.12.31'
- '0.13.7'
- '0.14.11'
- '0.15.5'
- '1.0.2'
- '0.12.*'
- '0.13.*'
- '0.14.*'
- '0.15.*'
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '1.3.*'
steps:

- name: Add hosts entry
Expand Down

0 comments on commit fe49670

Please sign in to comment.