Skip to content

Commit 8b53d1b

Browse files
authored
.github/workflows: Add Terraform 1.3.x to testing matrix (#226)
Reference: https://github.com/hashicorp/terraform/releases/tag/v1.3.0
1 parent 2b1b89c commit 8b53d1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- '1.0.*'
6363
- '1.1.*'
6464
- '1.2.*'
65+
- '1.3.*'
6566
terraform-provider-corner-tfprotov6:
6667
defaults:
6768
run:
@@ -97,6 +98,7 @@ jobs:
9798
- '1.0.*'
9899
- '1.1.*'
99100
- '1.2.*'
101+
- '1.3.*'
100102
test:
101103
name: test (Go v${{ matrix.go-version }})
102104
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)