diff options
author | Dave Cramer | 2024-09-23 15:06:14 +0000 |
---|---|---|
committer | GitHub | 2024-09-23 15:06:14 +0000 |
commit | 24e87699367c03ee4a3727d7cf5510754695264c (patch) | |
tree | 600fe046ec1636ad87c86fd9fa58ad9912261b27 | |
parent | 334247d466e814996138499016bc2eaf5f12bcc7 (diff) |
Update main.yml Build against PostgreSQL RC1 (#44)
* Update main.yml Build against PostgreSQL RC1
* Update OPENSSL to 3.3.2
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 255b4a4..972ac76 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,9 +24,9 @@ env: WORKFLOW_VERSION_POSTGRESQL: '1' # for build steps related to the 'cachePostgres' cache # Software versions. - POSTGRESQL_SOURCE_TAG: 'REL_17_BETA2' + POSTGRESQL_SOURCE_TAG: 'REL_17_RC1' POSTGRESQL_PACKAGE_FILEID: '1259019' - OPENSSL_VERSION: '3_3_1' + OPENSSL_VERSION: '3_3_2' PKGCONFIGLITE_VERSION: '0.28-1' WINFLEXBISON_VERSION: '2.5.24' DIFFUTILS_VERSION: '2.8.7-1' |