Skip to content

Commit

Permalink
updating ci + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 27, 2023
1 parent e7e4f35 commit f061eb5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
36 changes: 9 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Dependencies
run: npm install
- name: TypeScript Lint
Expand All @@ -30,33 +30,15 @@ jobs:
- name: PostgreSQL 11, Node 14
POSTGRES_IMAGE: postgres:11
NODE_VERSION: 14
- name: PostgreSQL 11, Node 16
- name: PostgreSQL 11, Node 18
POSTGRES_IMAGE: postgres:11
NODE_VERSION: 16
- name: PostgreSQL 12, Node 14
POSTGRES_IMAGE: postgres:12
NODE_VERSION: 18
- name: PostgreSQL 15, Node 14
POSTGRES_IMAGE: postgres:15
NODE_VERSION: 14
- name: PostgreSQL 12, Node 16
POSTGRES_IMAGE: postgres:12
NODE_VERSION: 16
- name: PostgreSQL 13, Node 14
POSTGRES_IMAGE: postgres:13
NODE_VERSION: 14
- name: PostgreSQL 13, Node 16
POSTGRES_IMAGE: postgres:13
NODE_VERSION: 16
# - name: PostgreSQL 14, Node 14
# POSTGRES_IMAGE: postgres:14
# NODE_VERSION: 14
# - name: PostgreSQL 14, Node 16
# POSTGRES_IMAGE: postgres:14
# NODE_VERSION: 16
# - name: PostgreSQL 15, Node 14
# POSTGRES_IMAGE: postgres:15
# NODE_VERSION: 14
# - name: PostgreSQL 15, Node 16
# POSTGRES_IMAGE: postgres:15
# NODE_VERSION: 16
- name: PostgreSQL 15, Node 18
POSTGRES_IMAGE: postgres:15
NODE_VERSION: 18
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 15
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pg-promise
==========

[![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)
[![Node Version](https://img.shields.io/badge/nodejs-14,_16-green.svg?logo=node.js&style=flat)](https://nodejs.org)
[![Postgres Version](https://img.shields.io/badge/postgresql-11,_12,_13,_14,_15-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
[![Node Version](https://img.shields.io/badge/nodejs-14-_18-green.svg?logo=node.js&style=flat)](https://nodejs.org)
[![Postgres Version](https://img.shields.io/badge/postgresql-11-_15-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)

---

Expand Down

0 comments on commit f061eb5

Please sign in to comment.