DBZ-8062 Add Postgres 12 profile for test in CI

This commit is contained in:
ani-sha 2024-07-15 17:37:17 +05:30 committed by Chris Cranford
parent 26f1424d04
commit 200d2cabc2
3 changed files with 8 additions and 2 deletions

View File

@ -324,7 +324,7 @@ jobs:
strategy:
# Runs each combination concurrently
matrix:
profile: [ "assembly", "assembly,postgres-16,pgoutput-decoder" ]
profile: [ "assembly,postgres-12", "assembly,postgres-16,pgoutput-decoder" ]
fail-fast: false
name: "PostgreSQL - ${{ matrix.profile }}"
needs: [ check_style, file_changes ]

View File

@ -163,7 +163,7 @@ jobs:
# Run each PostgreSQL job sequentially
max-parallel: 1
matrix:
profile: [ "assembly", "assembly,postgres-16,pgoutput-decoder" ]
profile: [ "assembly,postgres-12", "assembly,postgres-16,pgoutput-decoder" ]
fail-fast: false
name: "PostgreSQL - ${{ matrix.profile }}"
needs: [ check_style ]

View File

@ -461,6 +461,12 @@
<version.postgres.server>10</version.postgres.server>
</properties>
</profile>
<profile>
<id>postgres-12</id>
<properties>
<version.postgres.server>12</version.postgres.server>
</properties>
</profile>
<profile>
<id>postgres-14</id>
<properties>