Skip to content

Commit 83c2e1f

Browse files
liamjpetersandyleejordan
authored andcommitted
Update stable version string in test to 7.6
1 parent 6dd4067 commit 83c2e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/UpdatePowerShell.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe("UpdatePowerShell feature", function () {
130130
// NOTE: This will need to be updated each new major stable.
131131
// TODO: Upstream bug causes LTS releases to update the stable info.
132132
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
133-
assert(tag?.startsWith("v7.5") || tag?.startsWith("v7.4"));
133+
assert(tag?.startsWith("v7.6") || tag?.startsWith("v7.4"));
134134
});
135135
});
136136
});

0 commit comments

Comments
 (0)