Skip to content

Commit 2637dbf

Browse files
committed
chore: update postgres versions
1 parent 2d2e7f3 commit 2637dbf

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ Additionally, we track the binaries that are created upstream in [zonky's
7272
embedded-postgres-binaries](https://github.com/zonkyio/embedded-postgres). This
7373
leads to the following current support matrix:
7474

75-
| Platform / Architecture | 12.20.0 | 13.16.0 | 14.13.0 | 15.8.0 | 16.4.0 | 17.0.0 |
75+
| Platform / Architecture | 13.19.0 | 14.16.0 | 15.11.0 | 16.7.0 | 17.3.0 |
7676
|---------------------------|---------|---------|---------|--------|--------|--------|
77-
| 🍎 Darwin / x64 |||||||
78-
| 🍎 Darwin / arm64[[1]](https://github.com/zonkyio/embedded-postgres/issues/86#issuecomment-1120425822) | 🚫 | 🚫 | 🚫 | |||
79-
| 🪟 Windows / x64 |||||||
80-
| 🐧 Linux / x64 |||||||
81-
| 🐧 Linux / arm |||||||
82-
| 🐧 Linux / arm64 |||||||
83-
| 🐧 Linux / ia32 |||||||
84-
| 🐧 Linux / ppc64 |||||||
77+
| 🍎 Darwin / x64 ||||||
78+
| 🍎 Darwin / arm64[[1]](https://github.com/zonkyio/embedded-postgres/issues/86#issuecomment-1120425822) | 🚫 | 🚫 ||||
79+
| 🪟 Windows / x64 ||||||
80+
| 🐧 Linux / x64 ||||||
81+
| 🐧 Linux / arm ||||||
82+
| 🐧 Linux / arm64 ||||||
83+
| 🐧 Linux / ia32 ||||||
84+
| 🐧 Linux / ppc64 ||||||
8585

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

scripts/release-new-version.js

+5-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ import lernaPublish from '@lerna/publish';
77
* binaries for thesse versions will be released.
88
*/
99
const supportedVersions = [
10-
'12.22.0',
11-
'13.18.0',
12-
'14.15.0',
13-
'15.10.0',
14-
'16.6.0',
15-
'17.2.0',
10+
'13.19.0',
11+
'14.16.0',
12+
'15.11.0',
13+
'16.7.0',
14+
'17.3.0',
1615
];
1716

1817
/**

0 commit comments

Comments
 (0)