Skip to content

Commit

Permalink
Merge pull request #24 from cloudfoundry/acceptance_1.9
Browse files Browse the repository at this point in the history
Add terraform 1.9 for acceptance tests
  • Loading branch information
vipinvkmenon authored Oct 16, 2024
2 parents 76b89ba + 91792e5 commit ad2214e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:

# Define the latest Terraform version to use for upload of coverage report
env:
LATEST_VERSION: 1.8.*
LATEST_VERSION: 1.9.*

jobs:
# Ensure project builds before running testing matrix
Expand Down Expand Up @@ -79,6 +79,7 @@ jobs:
- '1.6.*' #end of security support under BSL 31 Dec 2025
- '1.7.*' #end of security support under BSL 31 Dec 2026
- '1.8.*' #end of security support under BSL 31 Dec 2026
- '1.9.*' #end of security support under
steps:
- uses: actions/checkout@v4 # v4.0.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Expand Down

0 comments on commit ad2214e

Please sign in to comment.