File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
- TEST_NGINX_SLEEP=0.006
45
45
matrix :
46
46
# - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.12
47
- - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1w
48
- - NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1w USE_PCRE2=Y
47
+ - NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w
48
+ - NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w USE_PCRE2=Y
49
49
50
50
services :
51
51
- memcache
@@ -59,8 +59,8 @@ install:
59
59
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
60
60
- git clone https://github.com/openresty/openresty-devel-utils.git
61
61
- git clone https://github.com/openresty/lua-cjson.git
62
- - git clone https://github.com/openresty /openresty.git ../openresty
63
- - git clone https://github.com/openresty /no-pool-nginx.git ../no-pool-nginx
62
+ - git clone -b bump-1.27.0 https://github.com/xiaocang /openresty.git ../openresty
63
+ - git clone -b bump1.27.0 https://github.com/xiaocang /no-pool-nginx.git ../no-pool-nginx
64
64
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
65
65
- git clone https://github.com/openresty/mockeagain.git
66
66
- git clone https://github.com/openresty/test-nginx.git
You can’t perform that action at this time.
0 commit comments