Skip to content

Commit fef02c6

Browse files
committed
Update latest version test for 1.2
1 parent dbaad75 commit fef02c6

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
@@ -398,7 +398,7 @@ jobs:
398398

399399
- name: Check the version
400400
run: |
401-
if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.1"* ]]; then
401+
if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.2"* ]]; then
402402
echo "::error:: Latest version was not used"
403403
exit 1
404404
fi

0 commit comments

Comments
 (0)