Skip to content

Commit e4b8ffc

Browse files
Update build-and-push-images.yml
Signed-off-by: Vlad Volkov <vlad@hiberbee.com>
1 parent 68d42d3 commit e4b8ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- { postgres: 12, alpine: '3.12' }
1918
- { postgres: 13, alpine: '3.14' }
2019
- { postgres: 14, alpine: '3.16' }
2120
- { postgres: 15, alpine: '3.17' }
2221
- { postgres: 16, alpine: '3.19' }
2322
- { postgres: 17, alpine: '3.21' }
23+
- { postgres: 18, alpine: '3.22' }
2424

2525
steps:
2626
- name: Checkout repository

0 commit comments

Comments
 (0)