Skip to content

Commit

Permalink
Remove PG12 from nightly docker image build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Aug 8, 2023
1 parent c9bd225 commit 05c6270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [12, 13, 14, 15]
pg: [13, 14, 15]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [12,13,14,15]
pg: [13,14,15]
type: ['normal', 'bitnami']
steps:
- name: Check out the source
Expand Down

0 comments on commit 05c6270

Please sign in to comment.