We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9851d3e commit eef3b32Copy full SHA for eef3b32
.github/workflows/docker-image.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- pg: [12, 13, 14, 15]
+ pg: [13, 14, 15]
31
oss: [ "", "-oss" ]
32
steps:
33
- uses: actions/checkout@v3
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments