We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44747c4 commit 6e9a1f8Copy full SHA for 6e9a1f8
.github/workflows/main.yml
@@ -24,9 +24,9 @@ env:
24
WORKFLOW_VERSION_POSTGRESQL: '1' # for build steps related to the 'cachePostgres' cache
25
26
# Software versions.
27
- POSTGRESQL_SOURCE_TAG: 'REL_17_STABLE'
+ POSTGRESQL_SOURCE_TAG: 'REL_18_STABLE'
28
POSTGRESQL_PACKAGE_FILEID: '1259019'
29
- OPENSSL_VERSION: '3_3_4'
+ OPENSSL_VERSION: '3_3_5'
30
PKGCONFIGLITE_VERSION: '0.28-1'
31
WINFLEXBISON_VERSION: '2.5.24'
32
DIFFUTILS_VERSION: '2.8.7-1'
@@ -264,7 +264,7 @@ jobs:
264
shell: cmd
265
run: |
266
echo on
267
- sc config "postgresql-x64-14" start= auto
+ sc config "postgresql-x64-17" start= auto
268
- name: get psqlodbc
269
uses: actions/checkout@v4
270
with:
0 commit comments