We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c27a39 commit e8b0ad5Copy full SHA for e8b0ad5
nix/tools/update_readme.nu
@@ -153,7 +153,7 @@ def update_readme [] {
153
# Update Primary Features section
154
let features_content = [
155
($pg_versions | each {|version| create_version_link $version} | str join "\n")
156
- "- ✅ Ubuntu 20.04 (Focal Fossa)."
+ "- ✅ Ubuntu 24.04 (Noble Numbat)."
157
"- ✅ [wal_level](https://www.postgresql.org/docs/current/runtime-config-wal.html) = logical and [max_replication_slots](https://www.postgresql.org/docs/current/runtime-config-replication.html) = 5. Ready for replication."
158
"- ✅ [Large Systems Extensions](https://github.com/aws/aws-graviton-getting-started#building-for-graviton-and-graviton2). Enabled for ARM images."
159
]
0 commit comments