mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
chore: upgrade libpq and openssl versions used in packaging
This commit is contained in:
parent
329f43c762
commit
20fcfd6786
|
@ -8,8 +8,8 @@ To invalidate the cache, update this file and check it into git.
|
|||
|
||||
Currently used modules built in the cache:
|
||||
|
||||
- OPENSSL_VERSION: 1.1.1t
|
||||
- POSTGRES_VERSION: 15.0
|
||||
- OPENSSL_VERSION: 1.1.1v
|
||||
- POSTGRES_VERSION: 15.3
|
||||
|
||||
|
||||
NOTE: to zap the cache manually you can also use:
|
||||
|
|
|
@ -24,8 +24,8 @@ environment:
|
|||
|
||||
WORKFLOW: packages
|
||||
|
||||
OPENSSL_VERSION: "1_1_1t"
|
||||
POSTGRES_VERSION: "15_0"
|
||||
OPENSSL_VERSION: "1_1_1v"
|
||||
POSTGRES_VERSION: "15_3"
|
||||
|
||||
PSYCOPG2_TESTDB: psycopg2_test
|
||||
PSYCOPG2_TESTDB_USER: postgres
|
||||
|
|
|
@ -21,8 +21,8 @@ environment:
|
|||
|
||||
WORKFLOW: tests
|
||||
|
||||
OPENSSL_VERSION: "1_1_1t"
|
||||
POSTGRES_VERSION: "15_0"
|
||||
OPENSSL_VERSION: "1_1_1v"
|
||||
POSTGRES_VERSION: "15_3"
|
||||
|
||||
PSYCOPG2_TESTDB: psycopg2_test
|
||||
PSYCOPG2_TESTDB_USER: postgres
|
||||
|
|
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
|
@ -56,8 +56,8 @@ jobs:
|
|||
if: true
|
||||
|
||||
env:
|
||||
LIBPQ_VERSION: "15.0"
|
||||
OPENSSL_VERSION: "1.1.1t"
|
||||
LIBPQ_VERSION: "15.3"
|
||||
OPENSSL_VERSION: "1.1.1v"
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user