Skip to content

Commit 8a113e4

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

2524
steps:
2625
- name: Checkout repository

0 commit comments

Comments
 (0)