Skip to content

Commit

Permalink
test: Add some automated workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 11, 2024
1 parent 4923d2f commit c3d3406
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,10 @@ jobs:
fail-fast: false
matrix:
terraform_version:
# - "1.0"
# - "1.1"
# - "1.2"
# - "1.3"
# - "1.4"
# - "1.5"
- "1.6"
- "1.7"
- "1.8-rc1"
- "1.8"
- "1.9"

steps:
- name: Harden Runner
Expand Down Expand Up @@ -93,7 +88,8 @@ jobs:
matrix:
opentofu_version:
- "1.6"
- "1.7.0-alpha1"
- "1.7"
- "1.8"

steps:
- name: Harden Runner
Expand Down

0 comments on commit c3d3406

Please sign in to comment.