Skip to content

Commit ec1614e

Browse files
committed
feat(lib): support lua-resty-events 0.3.x
1 parent 830ae32 commit ec1614e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/healthcheck.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ local type = type
4848
local assert = assert
4949

5050

51-
local RESTY_EVENTS_VER = [[^0\.[12]\.\d+$]]
51+
local RESTY_EVENTS_VER = [[^0\.[123]\.\d+$]]
5252
local RESTY_WORKER_EVENTS_VER = "0.3.3"
5353

5454

0 commit comments

Comments
 (0)