Skip to content

Commit

Permalink
chore(test): Compatibility Matrix geupdated
Browse files Browse the repository at this point in the history
  • Loading branch information
sveba committed Oct 7, 2024
1 parent 50ca673 commit 20ddea9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '1.3.*'
- '1.4.*'
- '1.5.*'
- '1.6.*'
- '1.7.*'
- '1.8.*'
- '1.9.*'
steps:

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -104,4 +103,4 @@ jobs:
# SOME_VAR: ${{ secrets.SOME_VAR }}

run: |
go test -v -cover ./internal/provider/
go test -v -cover ./internal/provider/

0 comments on commit 20ddea9

Please sign in to comment.