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 5f68eb8 commit 16df9b3Copy full SHA for 16df9b3
.github/workflows/build-and-push-images.yml
@@ -11,11 +11,11 @@ jobs:
11
strategy:
12
matrix:
13
include:
14
- - { postgres: 10, alpine: '3.8' }
15
- { postgres: 11, alpine: '3.10' }
16
- { postgres: 12, alpine: '3.12' }
17
- { postgres: 13, alpine: '3.14' }
18
- { postgres: 14, alpine: '3.16' }
+ - { postgres: 15, alpine: '3.17' }
19
20
steps:
21
- name: Checkout repository
0 commit comments