Skip to content

Commit 580ae05

Browse files
committed
feat(lib): support lua-resty-events 0.*.*
1 parent 830ae32 commit 580ae05

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\.[\d+]\.\d+$]]
5252
local RESTY_WORKER_EVENTS_VER = "0.3.3"
5353

5454

0 commit comments

Comments
 (0)