File tree Expand file tree Collapse file tree 11 files changed +12
-12
lines changed
Expand file tree Collapse file tree 11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11sudo : required
2- dist : focal
2+ dist : focal
33
44branches :
55 only :
3131 - LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3232 - TEST_NGINX_SLEEP=0.006
3333 matrix :
34- - NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u
34+ - NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w
3535
3636install :
3737 - if [ ! -d download-cache ]; then mkdir download-cache; fi
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ local setmetatable = setmetatable
1313local type = type
1414
1515
16- local _M = { _VERSION = ' 0.14 ' }
16+ local _M = { _VERSION = ' 0.16 ' }
1717
1818local mt = { __index = _M }
1919
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ local setmetatable = setmetatable
99-- local error = error
1010
1111
12- local _M = { _VERSION = ' 0.14 ' }
12+ local _M = { _VERSION = ' 0.16 ' }
1313
1414local mt = { __index = _M }
1515
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ local C = ffi.C
99-- local error = error
1010
1111
12- local _M = { _VERSION = ' 0.14 ' }
12+ local _M = { _VERSION = ' 0.16 ' }
1313
1414
1515ffi .cdef [[
Original file line number Diff line number Diff line change 44local ffi = require " ffi"
55
66
7- local _M = { _VERSION = ' 0.14 ' }
7+ local _M = { _VERSION = ' 0.16 ' }
88
99
1010ffi .cdef [[
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010-- local error = error
1111
1212
13- local _M = { _VERSION = ' 0.14 ' }
13+ local _M = { _VERSION = ' 0.16 ' }
1414
1515
1616local mt = { __index = _M }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010-- local error = error
1111
1212
13- local _M = { _VERSION = ' 0.14 ' }
13+ local _M = { _VERSION = ' 0.16 ' }
1414
1515
1616local mt = { __index = _M }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010-- local error = error
1111
1212
13- local _M = { _VERSION = ' 0.14 ' }
13+ local _M = { _VERSION = ' 0.16 ' }
1414
1515
1616local mt = { __index = _M }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010-- local error = error
1111
1212
13- local _M = { _VERSION = ' 0.14 ' }
13+ local _M = { _VERSION = ' 0.16 ' }
1414
1515
1616local mt = { __index = _M }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010-- local error = error
1111
1212
13- local _M = { _VERSION = ' 0.14 ' }
13+ local _M = { _VERSION = ' 0.16 ' }
1414
1515
1616local mt = { __index = _M }
You can’t perform that action at this time.
0 commit comments