Skip to content

Commit

Permalink
Update PostgreSQL supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Nov 22, 2022
1 parent 3df9270 commit 147a304
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Expand Up @@ -96,13 +96,13 @@ Complete usage guide can be found in the [documentation](https://pg-timetable.re
## Supported Environments
| Cloud Service | Supported | PostgreSQL Version | Supported | OS | Supported |
| ---------------- |:---------:| ------------------ |:---------:| -- |:---------:|
| [Alibaba Cloud] || [15 (devel)] || Linux ||
| [Amazon RDS] || [14 (current)] || Darwin ||
| [Amazon Aurora] || [13] || Windows ||
| [Azure] || [12] || FreeBSD\*||
| [Citus Cloud] || [11] || NetBSD\* ||
| [Crunchy Bridge] || [10] || OpenBSD\*||
| [DigitalOcean] || | | Solaris\* ||
| [Alibaba Cloud] || [16 (devel)] || Linux ||
| [Amazon RDS] || [15 (current)] || Darwin ||
| [Amazon Aurora] || [14] || Windows ||
| [Azure] || [13] || FreeBSD\*||
| [Citus Cloud] || [12] || NetBSD\* ||
| [Crunchy Bridge] || [11] || OpenBSD\*||
| [DigitalOcean] || [10] | | Solaris\* ||
| [Google Cloud] ||
| [Heroku] ||
| [Supabase] ||
Expand All @@ -121,8 +121,9 @@ Complete usage guide can be found in the [documentation](https://pg-timetable.re
[Google Cloud]: https://cloud.google.com/sql/docs/postgres/
[Heroku]: https://elements.heroku.com/addons/heroku-postgresql
[Supabase]: https://supabase.io/docs/guides/database
[15 (devel)]: https://www.postgresql.org/docs/devel/index.html
[14 (current)]: https://www.postgresql.org/docs/14/index.html
[16 (devel)]: https://www.postgresql.org/docs/devel/index.html
[15 (current)]: https://www.postgresql.org/docs/15/index.html
[14]: https://www.postgresql.org/docs/14/index.html
[13]: https://www.postgresql.org/docs/13/index.html
[12]: https://www.postgresql.org/docs/12/index.html
[11]: https://www.postgresql.org/docs/11/index.html
Expand Down

0 comments on commit 147a304

Please sign in to comment.