From b585c1101c2c9d984915d8634b715966ff2b2e31 Mon Sep 17 00:00:00 2001 From: Francis Gulotta Date: Wed, 18 Apr 2018 08:14:37 -0400 Subject: [PATCH] docs: node 9 is working well these days --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 46e16e507..2d7a480d6 100644 --- a/README.md +++ b/README.md @@ -85,16 +85,16 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co | Platform / Arch | Node v4.x | Node v6.x | Node v8.x | Node v9.x | | --- | --- | --- | --- | --- | -| Linux / ia32 | ☑ | ☑ | ☑ | ☐ | -| Linux / x64 | ☑ | ☑ | ☑ | ☐ | +| Linux / ia32 | ☑ | ☑ | ☑ | ☑ | +| Linux / x64 | ☑ | ☑ | ☑ | ☑ | | Linux / ARM v6¹ | ☐ | ☐ | ☐ | ☐ | | Linux / ARM v7¹ | ☐ | ☐ | ☐ | ☐ | | Linux / ARM v8¹ | ☐ | ☐ | ☐ | ☐ | | Linux / MIPSel¹ | ☐ | ☐ | ☐ | ☐ | | Linux / PPC64¹ | ☐ | ☐ | ☐ | ☐ | -| Windows² / x86 | ☐ | ☑ | ☑ | ☐ | -| Windows² / x64 | ☑ | ☑ | ☑ | ☐ | -| OSX³ / x64 | ☑ | ☑ | ☑ | ☐ | +| Windows² / x86 | ☐ | ☑ | ☑ | ☑ | +| Windows² / x64 | ☑ | ☑ | ☑ | ☑ | +| OSX³ / x64 | ☑ | ☑ | ☑ | ☑ | ¹ ARM, MIPSel and PPC64¹ platforms are not currently part of our testing or build matrix, but are known to work. @@ -102,8 +102,6 @@ In addition to reading the [article mentioned above](http://www.voodootikigod.co ³ OSX 10.4 Tiger and above are supported, but our CI tests only 10.9.5 Mavericks with Xcode 6.1. -⁴ Node 9 is not supported but we're providing builds for it. - ## Installation Instructions For most "standard" use cases (Node v4.x on Mac, Linux, or Windows on a x86 or x64 processor), Node-Serialport will install nice and easy with: