Skip to content

Commit

Permalink
lookup: remove EOL versions from lookup.json (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethGriggs authored Dec 27, 2023
1 parent e2a0731 commit 193a070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
},
"JSONStream": {
"prefix": "v",
"skip": ["win32", "14"],
"skip": "win32",
"maintainers": "dominictarr"
},
"ava": {
"prefix": "v",
"skip": ["14", "ppc", "win32", "x86", "rhel", "aix", "ia32"],
"skip": ["ppc", "win32", "x86", "rhel", "aix", "ia32"],
"maintainers": ["sindresorhus", "novemberborn"],
"timeout": 600000
},
Expand Down Expand Up @@ -386,7 +386,7 @@
"tags": "native",
"flaky": "ppc",
"maintainers": "koistya",
"skip": ["12", "win32"]
"skip": "win32"
},
"tape": {
"head": true,
Expand Down

0 comments on commit 193a070

Please sign in to comment.