Skip to content

Commit

Permalink
Included terraform minor versions since 0.12 and golang minor versions
Browse files Browse the repository at this point in the history
since 0.14
  • Loading branch information
Travis Mattera committed Jun 9, 2022
1 parent e6e3d22 commit fe29873
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
matrix:
go:
- "" # Latest
- "1.17"
- "1.16"
- "1.15"
- "1.14"

Expand Down Expand Up @@ -54,9 +56,13 @@ jobs:
matrix:
terraform:
- "" # Latest
- "0.14"
- "0.13"
- "0.12"
- "1.2.2"
- "1.1.9"
- "1.0.11"
- "0.15.5"
- "0.14.11"
- "0.13.7"
- "0.12.31"

env:
ROLLBAR_API_KEY: ${{ secrets.ROLLBAR_API_KEY }}
Expand Down

0 comments on commit fe29873

Please sign in to comment.