Skip to content

Commit

Permalink
Remove PG 12 containers
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Sep 14, 2023
1 parent 05c6270 commit edaddde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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: [12, 13, 14, 15]
pg: [13, 14, 15]
oss: [ "", "-oss" ]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pg: [12, 13, 14, 15]
pg: [13, 14, 15]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit edaddde

Please sign in to comment.