🏡 index : github.com/captn3m0/which-electron.git

author Nemo <commits@captnemo.in> 2022-03-29 17:19:18.0 +05:30:00
committer Nemo <commits@captnemo.in> 2022-03-29 17:19:18.0 +05:30:00
commit
0f397fa8e04693c557388e5d35b5db79f508fee7 [patch]
tree
86fb676056f81f1f22b75b040b776b29acd36d33
parent
d53399dd79e3ab88625fb04af09f7f03c687450a
download
0f397fa8e04693c557388e5d35b5db79f508fee7.tar.gz

v14 is no longer supported



Diff

 _scripts/gen_versions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_scripts/gen_versions.php b/_scripts/gen_versions.php
index 5c97eb9..aba5629 100644
--- a/_scripts/gen_versions.php
+++ a/_scripts/gen_versions.php
@@ -1,9 +1,9 @@
<?php

const VERSION_EXCLUDE = ['nightly', 'beta', 'alpha'];
// The latest four stable major versions are currently supported
// till May 2022, after which only 3 major versions will be supported
const SUPPORTED_MAJOR_VERSIONS = [14, 15, 16, 17];
const SUPPORTED_MAJOR_VERSIONS = [15, 16, 17, 18];

// Command to fetch the list of versions from upstream
const FETCH_VERSIONS_COMMAND = "git ls-remote -q --tags https://github.com/electron/electron.git |grep -v '\^{}' |cut -f2 | sed -s 's/refs\/tags\///g' ";