File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ language: python
55sudo : true
66
77env :
8- - LUA_VERSION="5.1" KONG_VERSION="0.13.0-0" LUA_RESTY_OPENIDC_VERSION="1.6.0 "
9- - LUA_VERSION="5.1" KONG_VERSION="0.12.3-0" LUA_RESTY_OPENIDC_VERSION="1.6.0 "
10- - LUA_VERSION="5.1" KONG_VERSION="0.11.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.0 "
11- - LUA_VERSION="5.1" KONG_VERSION="1.0.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.0 "
8+ - LUA_VERSION="5.1" KONG_VERSION="0.13.0-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1 "
9+ - LUA_VERSION="5.1" KONG_VERSION="0.12.3-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1 "
10+ - LUA_VERSION="5.1" KONG_VERSION="0.11.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1 "
11+ - LUA_VERSION="5.1" KONG_VERSION="1.0.2-0" LUA_RESTY_OPENIDC_VERSION="1.6.1-1 "
1212
1313script :
1414 - sudo -E bash ci/root.sh
Original file line number Diff line number Diff line change 33
44export LUA_VERSION=${LUA_VERSION:- 5.1}
55export KONG_VERSION=${KONG_VERSION:- 0.13.1-0}
6- export LUA_RESTY_OPENIDC_VERSION=${LUA_RESTY_OPENIDC_VERSION:- 1.6.0 }
6+ export LUA_RESTY_OPENIDC_VERSION=${LUA_RESTY_OPENIDC_VERSION:- 1.6.1-1 }
77
88pip install hererocks
99hererocks lua_install -r^ --lua=${LUA_VERSION}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ description = {
2222 license = " Apache 2.0"
2323}
2424dependencies = {
25- " lua-resty-openidc ~> 1.6.0 "
25+ " lua-resty-openidc ~> 1.6.1-1 "
2626}
2727build = {
2828 type = " builtin" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN luarocks install luaunit
1212RUN luarocks install lua-cjson
1313
1414# Change openidc version when version in rockspec changes
15- RUN luarocks install lua-resty-openidc 1.6.0
15+ RUN luarocks install lua-resty-openidc 1.6.1-1
1616
1717WORKDIR /usr/local/kong-oidc
1818
You can’t perform that action at this time.
0 commit comments