Skip to content

Commit 6e9a1f8

Browse files
authored
test against v18_stable (#137)
* test against v18_stable * openssl version 3.3.5 * now use postgres 17
1 parent 44747c4 commit 6e9a1f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ env:
2424
WORKFLOW_VERSION_POSTGRESQL: '1' # for build steps related to the 'cachePostgres' cache
2525

2626
# Software versions.
27-
POSTGRESQL_SOURCE_TAG: 'REL_17_STABLE'
27+
POSTGRESQL_SOURCE_TAG: 'REL_18_STABLE'
2828
POSTGRESQL_PACKAGE_FILEID: '1259019'
29-
OPENSSL_VERSION: '3_3_4'
29+
OPENSSL_VERSION: '3_3_5'
3030
PKGCONFIGLITE_VERSION: '0.28-1'
3131
WINFLEXBISON_VERSION: '2.5.24'
3232
DIFFUTILS_VERSION: '2.8.7-1'
@@ -264,7 +264,7 @@ jobs:
264264
shell: cmd
265265
run: |
266266
echo on
267-
sc config "postgresql-x64-14" start= auto
267+
sc config "postgresql-x64-17" start= auto
268268
- name: get psqlodbc
269269
uses: actions/checkout@v4
270270
with:

0 commit comments

Comments
 (0)