Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ env:
WORKFLOW_VERSION_POSTGRESQL: '1' # for build steps related to the 'cachePostgres' cache

# Software versions.
POSTGRESQL_SOURCE_TAG: 'REL_17_STABLE'
POSTGRESQL_SOURCE_TAG: 'REL_18_STABLE'
POSTGRESQL_PACKAGE_FILEID: '1259019'
OPENSSL_VERSION: '3_3_4'
OPENSSL_VERSION: '3_3_5'
PKGCONFIGLITE_VERSION: '0.28-1'
WINFLEXBISON_VERSION: '2.5.24'
DIFFUTILS_VERSION: '2.8.7-1'
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
shell: cmd
run: |
echo on
sc config "postgresql-x64-14" start= auto
sc config "postgresql-x64-17" start= auto
- name: get psqlodbc
uses: actions/checkout@v4
with:
Expand Down