mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.dependencies: Increase Lua version to warn about to 5.4
No significant problems have been encountered with Lua 5.3 itself, so apart from some odd problems in LuaExpat it seems about time to declare it ready.
This commit is contained in:
parent
693a64eedf
commit
587c2382b0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ local function check_dependencies()
|
|||
end
|
||||
|
||||
local function log_warnings()
|
||||
if _VERSION > "Lua 5.2" then
|
||||
if _VERSION > "Lua 5.3" then
|
||||
prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
|
||||
end
|
||||
local ssl = softreq"ssl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue