Skip to content

Commit 16df9b3

Browse files
committed
add postgres v15, drop postgres v10
1 parent 5f68eb8 commit 16df9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- { postgres: 10, alpine: '3.8' }
1514
- { postgres: 11, alpine: '3.10' }
1615
- { postgres: 12, alpine: '3.12' }
1716
- { postgres: 13, alpine: '3.14' }
1817
- { postgres: 14, alpine: '3.16' }
18+
- { postgres: 15, alpine: '3.17' }
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)