Skip to content

Commit

Permalink
Update latest version test
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed May 28, 2024
1 parent eecd5ca commit 6e823d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ jobs:

- name: Check the version
run: |
if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.7"* ]]; then
if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.8"* ]]; then
echo "::error:: Latest version was not used"
exit 1
fi
Expand Down

0 comments on commit 6e823d5

Please sign in to comment.