Skip to content

Commit

Permalink
CDPCP-10150 - update test matrix by eliminating deprecated and introd…
Browse files Browse the repository at this point in the history
…ucing new TF and Go versions (#49)
  • Loading branch information
gregito authored Aug 7, 2023
1 parent d42979f commit a084bdc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: [ '1.20', '1.19', '1.18' ]
go-version: ['1.20']

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
with:
terraform_version: '1.4.*'
terraform_version: '1.5.*'
terraform_wrapper: false

- name: Run linters
Expand Down Expand Up @@ -72,11 +72,8 @@ jobs:
- windows-latest
- ubuntu-latest
terraform:
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '1.3.*'
- '1.4.*'
- '1.5.*'

steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
Expand Down

0 comments on commit a084bdc

Please sign in to comment.