Skip to content

Commit

Permalink
Don't need to run all combos on all OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 17, 2024
1 parent ef701ee commit 616d19d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,18 @@ jobs:
strategy:
matrix:
node-version: [20.x]
postgres-version: [12, 13, 14, 15]
postgres-version: [15]
os:
- ubuntu-latest
- windows-latest
- macos-latest
include:
- os: ubuntu-latest
postgres-version: 12
- os: ubuntu-latest
postgres-version: 13
- os: ubuntu-latest
postgres-version: 14

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 616d19d

Please sign in to comment.