diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b9839d..74fad4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 91097d9..d96ce68 100644 --- a/README.md +++ b/README.md @@ -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