Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
- 'docs/**'
- '*.md'

permissions:
contents: read

jobs:
test:
permissions:
contents: write
pull-requests: write
uses: fastify/workflows/.github/workflows/plugins-ci-postgres.yml@v5
with:
license-check: true
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ npm i pg @fastify/postgres
### Compatibility
| Plugin version | Fastify version |
| ---------------|-----------------|
| `^6.x` | `^5.x` |
| `>=6.x` | `^5.x` |
| `^5.x` | `^4.x` |
| `^3.x` | `^3.x` |
| `^1.x` | `^2.x` |
| `^1.x` | `^1.x` |
| `>=3.x <5.x` | `^3.x` |
| `>=1.x <3.x` | `^2.x` |
| `>=1.x <3.x` | `^1.x` |


Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin
Expand Down