remove: drop support for PostgreSQL 13
PostgreSQL 13 has been EOL since November 2025 and will not be available in the next Nixpkgs bump anymore.
This commit is contained in:
+8
-8
@@ -91,13 +91,13 @@ postgrest-gen-ctags postgrest-watch
|
||||
postgrest-gen-jwt postgrest-with-all
|
||||
postgrest-gen-secret postgrest-with-git
|
||||
postgrest-git-hooks postgrest-with-pgrst
|
||||
postgrest-hsie-graph-modules postgrest-with-pg-13
|
||||
postgrest-hsie-graph-symbols postgrest-with-pg-14
|
||||
postgrest-hsie-minimal-imports postgrest-with-pg-15
|
||||
postgrest-lint postgrest-with-pg-16
|
||||
postgrest-loadtest postgrest-with-pg-17
|
||||
postgrest-loadtest-against postgrest-with-slow-pg
|
||||
postgrest-loadtest-report postgrest-with-slow-postgrest
|
||||
postgrest-hsie-graph-modules postgrest-with-pg-14
|
||||
postgrest-hsie-graph-symbols postgrest-with-pg-15
|
||||
postgrest-hsie-minimal-imports postgrest-with-pg-16
|
||||
postgrest-lint postgrest-with-pg-17
|
||||
postgrest-loadtest postgrest-with-slow-pg
|
||||
postgrest-loadtest-against postgrest-with-slow-postgrest
|
||||
postgrest-loadtest-report
|
||||
postgrest-nixpkgs-upgrade
|
||||
...
|
||||
|
||||
@@ -174,7 +174,7 @@ $ nix-shell --run "postgrest-with-all postgrest-test-spec"
|
||||
|
||||
# Run the tests against a specific version of PostgreSQL (use tab-completion in
|
||||
# nix-shell to see all available versions):
|
||||
$ nix-shell --run "postgrest-with-pg-13 postgrest-test-spec"
|
||||
$ nix-shell --run "postgrest-with-pg-17 postgrest-test-spec"
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user