Skip to content

Commit

Permalink
doc: remove old FreeBSD 9 related note
Browse files Browse the repository at this point in the history
PR-URL: libuv#2509
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: David Carlier <[email protected]>
  • Loading branch information
saghul authored and cjihrig committed Oct 15, 2019
1 parent 1df44df commit 65f142a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SUPPORTED_PLATFORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| GNU/Linux | Tier 1 | Linux >= 2.6.32 with glibc >= 2.12 | |
| macOS | Tier 1 | macOS >= 10.7 | |
| Windows | Tier 1 | >= Windows 7 | MSVC 2008 and later are supported |
| FreeBSD | Tier 1 | >= 9 (see note) | |
| FreeBSD | Tier 1 | >= 10 | |
| AIX | Tier 2 | >= 6 | Maintainers: @libuv/aix |
| z/OS | Tier 2 | >= V2R2 | Maintainers: @libuv/zos |
| Linux with musl | Tier 2 | musl >= 1.0 | |
Expand All @@ -16,11 +16,6 @@
| SunOS | Tier 3 | Solaris 121 and later | |
| Other | Tier 3 | N/A | |

#### Note on FreeBSD 9

While FreeBSD is supported as Tier 1, FreeBSD 9 will get Tier 2 support until
it reaches end of life, in December 2016.

## Support types

* **Tier 1**: Officially supported and tested with CI. Any contributed patch
Expand Down

0 comments on commit 65f142a

Please sign in to comment.