Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8437457

Browse files
committedApr 4, 2025
chore: readme script
1 parent 4302948 commit 8437457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nix/tools/update_readme.nu

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def update_readme [] {
153153
# Update Primary Features section
154154
let features_content = [
155155
($pg_versions | each {|version| create_version_link $version} | str join "\n")
156-
"- ✅ Ubuntu 20.04 (Focal Fossa)."
156+
"- ✅ Ubuntu 24.04 (Noble Numbat)."
157157
"- ✅ [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."
158158
"- ✅ [Large Systems Extensions](https://github.com/aws/aws-graviton-getting-started#building-for-graviton-and-graviton2). Enabled for ARM images."
159159
]

0 commit comments

Comments
 (0)
Please sign in to comment.