Skip to content

Commit

Permalink
ci: Test with Terraform 1.6.x (#335)
Browse files Browse the repository at this point in the history
At some point we'll switch the CI workflows to using GitHub Actions shared configuration variables.
  • Loading branch information
bflad authored Oct 11, 2023
1 parent 56f50c7 commit 7b5db71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- '1.3.*'
- '1.4.*'
- '1.5.*'
- '1.6.*'
terraform-provider-corner-tfprotov6:
defaults:
run:
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
- '1.3.*'
- '1.4.*'
- '1.5.*'
- '1.6.*'
test:
name: test (Go v${{ matrix.go-version }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b5db71

Please sign in to comment.