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