Skip to content

Commit

Permalink
.github/workflows: Add Terraform 1.3.x to testing matrix (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Sep 21, 2022
1 parent 2b1b89c commit 8b53d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-go.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '1.3.*'
terraform-provider-corner-tfprotov6:
defaults:
run:
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '1.3.*'
test:
name: test (Go v${{ matrix.go-version }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b53d1b

Please sign in to comment.