Skip to content

Commit 75edf88

Browse files
committed
Drop support for Fastify v3
1 parent 7632281 commit 75edf88

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
- express@4.18
6969
- fastify@5 fastify-plugin@5
7070
- fastify@4 fastify-plugin@4
71-
- fastify@3 fastify-plugin@3
7271
- h3@2.0.0-beta.3
7372
- hono@4.6
7473
- hono@4.5

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@
185185
"@nestjs/platform-fastify": "^9 || ^10 || ^11",
186186
"@sentry/node": "^8.1.0 || ^9 || ^10",
187187
"express": "^4 || ^5",
188-
"fastify": "^3 || ^4 || ^5",
189-
"fastify-plugin": "^3 || ^4 || ^5",
188+
"fastify": "^4 || ^5",
189+
"fastify-plugin": "^4 || ^5",
190190
"h3": "^2",
191191
"hono": "^4",
192192
"koa": "^2 || ^3"

0 commit comments

Comments
 (0)