Skip to content
Snippets Groups Projects

Add PostgreSQL 14 builds

Merged Dustin Collins requested to merge add-postgres-14 into master
All threads resolved!
Compare and Show latest version
8 files
+ 71
24
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -29,7 +29,7 @@ source git: version.remote
dependency 'python3'
dependency 'postgresql_new'
pg_major_version = '13'
pg_major_version = '14'
build do
env = with_standard_compiler_flags(with_embedded_path)
Loading