Skip to content

Commit 1eb2a06

Browse files
committed
chore: readme script
1 parent e950c21 commit 1eb2a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)