Skip to content
Snippets Groups Projects
Commit 16df9b39 authored by Elliott Shugerman's avatar Elliott Shugerman
Browse files

add postgres v15, drop postgres v10

parent 5f68eb82
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment