Skip to content

Commit b58bfcc

Browse files
committed
downgrade supported pg to v10
1 parent 7b71768 commit b58bfcc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)