Skip to content

Commit

Permalink
enable CI tests on Terraform 1.9.*
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Dec 9, 2024
1 parent faf9b40 commit dc0fb71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- 'README.md'
branches:
- main
- enable-terraform-1.9

# Ensures only 1 action runs per PR and previous is canceled on new trigger
concurrency:
Expand Down Expand Up @@ -126,7 +127,7 @@ jobs:
matrix:
terraform:
- '1.8.*'
# - '1.9.*'
- '1.9.*'
- 'latest'
steps:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoketests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: Smoke Tests
permissions: read-all
on:
# schedule:
# - cron: "0 */3 * * *"
schedule:
- cron: "0 */3 * * *"
workflow_dispatch: {}

jobs:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
matrix:
terraform:
- '1.8.*'
# - '1.9.*'
- '1.9.*'
- 'latest'
steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit dc0fb71

Please sign in to comment.