Skip to content

Commit eef3b32

Browse files
authored
Remove pg12 from Matrix
1 parent 9851d3e commit eef3b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
pg: [12, 13, 14, 15]
30+
pg: [13, 14, 15]
3131
oss: [ "", "-oss" ]
3232
steps:
3333
- uses: actions/checkout@v3
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
pg: [12, 13, 14, 15]
69+
pg: [13, 14, 15]
7070

7171
steps:
7272
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)