We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830ae32 commit 580ae05Copy full SHA for 580ae05
lib/resty/healthcheck.lua
@@ -48,7 +48,7 @@ local type = type
48
local assert = assert
49
50
51
-local RESTY_EVENTS_VER = [[^0\.[12]\.\d+$]]
+local RESTY_EVENTS_VER = [[^0\.[\d+]\.\d+$]]
52
local RESTY_WORKER_EVENTS_VER = "0.3.3"
53
54
0 commit comments