1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-05-17 13:14:38 +00:00

add postgres v15, drop postgres v10

This commit is contained in:
Elliott Shugerman 2022-11-29 00:50:08 -05:00
parent 5f68eb82b3
commit 16df9b3980

View File

@ -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