Skip to content

Commit 6e823d5

Browse files
committed
Update latest version test
1 parent eecd5ca commit 6e823d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ jobs:
526526

527527
- name: Check the version
528528
run: |
529-
if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.7"* ]]; then
529+
if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.8"* ]]; then
530530
echo "::error:: Latest version was not used"
531531
exit 1
532532
fi

0 commit comments

Comments
 (0)