Skip to content

Commit 02f9f5d

Browse files
author
Tavahiura SANG
committed
Remove deprecated PostgreSQL versions from workflow matrix
1 parent ecf115c commit 02f9f5d

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
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
# Versions 9.6 and 10 are deprecated
15-
versions: [12, 13, 15, 16]
14+
# Versions 9.6 and 10, 12, 13 are deprecated
15+
versions: [15, 16]
1616
env:
1717
repo: "govpf/postgres"
1818
steps:

0 commit comments

Comments
 (0)