File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 strategy :
2828 matrix :
2929 include :
30- - name : PostgreSQL 11 , Node 14
31- POSTGRES_IMAGE : postgres:11
30+ - name : PostgreSQL 10 , Node 14
31+ POSTGRES_IMAGE : postgres:10
3232 NODE_VERSION : 14
33- - name : PostgreSQL 11 , Node 18
34- POSTGRES_IMAGE : postgres:11
33+ - name : PostgreSQL 10 , Node 18
34+ POSTGRES_IMAGE : postgres:10
3535 NODE_VERSION : 18
3636 - name : PostgreSQL 15, Node 14
3737 POSTGRES_IMAGE : postgres:15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pg-promise
33
44[ ![ Build Status] ( https://github.com/vitaly-t/pg-promise/workflows/ci/badge.svg?branch=master )] ( https://github.com/vitaly-t/pg-promise/actions?query=workflow%3Aci+branch%3Amaster )
55[ ![ Node Version] ( https://img.shields.io/badge/nodejs-14%20--%2020-green.svg?logo=node.js&style=flat )] ( https://nodejs.org )
6- [ ![ Postgres Version] ( https://img.shields.io/badge/postgresql-11 %20--%2015-green.svg?logo=postgresql&style=flat )] ( https://www.postgresql.org )
6+ [ ![ Postgres Version] ( https://img.shields.io/badge/postgresql-10 %20--%2015-green.svg?logo=postgresql&style=flat )] ( https://www.postgresql.org )
77
88---
99
You can’t perform that action at this time.
0 commit comments