Update to PostgreSQL-14.5 for native gems

This commit is contained in:
Lars Kanis 2022-10-11 11:25:57 +02:00
parent 41edeec1f1
commit 7534e7a45b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class CrossLibrary < OpenStruct
# Cross-compilation constants
self.openssl_version = ENV['OPENSSL_VERSION'] || '1.1.1q'
self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '14.4'
self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '14.5'
# Check if symlinks work in the current working directory.
# This fails, if rake-compiler-dock is running on a Windows box.