Skip to content

Commit

Permalink
docs: fix version table
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Oct 1, 2024
1 parent 6d83559 commit 528c1b2
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,16 @@ Additionally, we track the binaries that are created upstream in [zonky's
embedded-postgres-binaries](https://github.com/zonkyio/embedded-postgres). This
leads to the following current support matrix:

| Platform / Architecture | 12.20.0 | 13.16.0 | 14.13.0 | 15.8.0 | 16.4.0 |
17.0.0 |
|---|---|---|---|---|---|
| 🍎 Darwin / x64 |||||||
| 🍎 Darwin / arm64[[1]](https://github.com/zonkyio/embedded-postgres/issues/86#issuecomment-1120425822) | 🚫 | 🚫 | 🚫 |||||
| 🪟 Windows / x64 |||||||
| 🐧 Linux / x64 |||||||
| 🐧 Linux / arm |||||||
| 🐧 Linux / arm64 |||||||
| 🐧 Linux / ia32 |||||||
| 🐧 Linux / ppc64 |||||||
| Platform / Architecture | 12.20.0 | 13.16.0 | 14.13.0 | 15.8.0 | 16.4.0 | 17.0.0 |
|---------------------------|---------|---------|---------|--------|--------|--------|
| 🍎 Darwin / x64 |||||||
| 🍎 Darwin / arm64[[1]](https://github.com/zonkyio/embedded-postgres/issues/86#issuecomment-1120425822) | 🚫 | 🚫 | 🚫 ||||
| 🪟 Windows / x64 |||||||
| 🐧 Linux / x64 |||||||
| 🐧 Linux / arm |||||||
| 🐧 Linux / arm64 |||||||
| 🐧 Linux / ia32 |||||||
| 🐧 Linux / ppc64 |||||||

In order to install a particular version, look for the latest tag in
[NPM](https://www.npmjs.com/package/embedded-postgres). For example, if you
Expand Down

0 comments on commit 528c1b2

Please sign in to comment.