Set 8.0 as the latest version

This commit is contained in:
Shivam Mathur
2020-11-28 05:16:22 +05:30
parent 8dbd6b7684
commit 466908db61
5 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ export async function getInput(
export async function parseVersion(version: string): Promise<string> {
switch (version) {
case 'latest':
return '7.4';
return '8.0';
default:
switch (true) {
case version.length > 1: