Skip to content

Commit

Permalink
testing: pick two relevant PG versions
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Dec 9, 2024
1 parent eaf9a94 commit f184466
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/make-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

services:
postgres:
image: postgres:13.12
image: postgres:${{ matrix.pg-version}}
env:
POSTGRES_DB: smc
POSTGRES_USER: smc
Expand All @@ -65,6 +65,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version:
- "18.17.1"
pg-version:
- "13.12"
- "16"

steps:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
Expand Down

0 comments on commit f184466

Please sign in to comment.