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

2
dist/index.js vendored
View File

@ -1102,7 +1102,7 @@ exports.getInput = getInput;
async function parseVersion(version) {
switch (version) {
case 'latest':
return '7.4';
return '8.0';
default:
switch (true) {
case version.length > 1: