From 16df9b3980cb2af232e555972e86a7e23f9fb3b7 Mon Sep 17 00:00:00 2001 From: Elliott Shugerman Date: Tue, 29 Nov 2022 00:50:08 -0500 Subject: [PATCH] add postgres v15, drop postgres v10 --- .github/workflows/build-and-push-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index c8551e3..90d1101 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -11,11 +11,11 @@ jobs: strategy: matrix: include: - - { postgres: 10, alpine: '3.8' } - { postgres: 11, alpine: '3.10' } - { postgres: 12, alpine: '3.12' } - { postgres: 13, alpine: '3.14' } - { postgres: 14, alpine: '3.16' } + - { postgres: 15, alpine: '3.17' } steps: - name: Checkout repository