projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334247d
)
Update main.yml Build against PostgreSQL RC1 (#44)
author
Dave Cramer
<davecramer@gmail.com>
Mon, 23 Sep 2024 15:06:14 +0000
(11:06 -0400)
committer
GitHub
<noreply@github.com>
Mon, 23 Sep 2024 15:06:14 +0000
(11:06 -0400)
* Update main.yml Build against PostgreSQL RC1
* Update OPENSSL to 3.3.2
.github/workflows/main.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/main.yml
b/.github/workflows/main.yml
index 255b4a4a8085797789776482b2727a01898fb451..972ac764ffc87f8e0795bddc143e77134159375e 100644
(file)
--- 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'