Skip to content

Commit

Permalink
Reintroduce PG13 because it still required for TimescaleDB 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomello committed May 29, 2024
1 parent 4499a62 commit 4dbc2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bitnami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [14, 15, 16]
pg: [13, 14, 15, 16]
base-image: [postgresql, postgresql-repmgr]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [14, 15, 16]
pg: [13, 14, 15, 16]
oss: [ "", "-oss" ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4dbc2cb

Please sign in to comment.