Skip to content

Commit

Permalink
chore: prepare for new postgres versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Feb 11, 2024
1 parent a3d6df1 commit a771607
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +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 | 11.22.1 | 12.17.1 | 13.13.1 | 14.10.1 | 15.5.1 | 16.1.1 |
|---|---|---|---|---|---|---|
| 🍎 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.18.0 | 13.14.0 | 14.11.0 | 15.6.0 | 16.2.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
11 changes: 5 additions & 6 deletions scripts/release-new-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ import lernaPublish from '@lerna/publish';
* binaries for thesse versions will be released.
*/
const supportedVersions = [
'11.22.1',
'12.17.1',
'13.13.1',
'14.10.1',
'15.5.1',
'16.1.1',
'12.18.0',
'13.14.0',
'14.11.0',
'15.6.0',
'16.2.0',
];

/**
Expand Down

0 comments on commit a771607

Please sign in to comment.