diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24f9fb8..63c3b3f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,17 +30,22 @@ jobs: matrix: include: - nginx: "1.21.4" - openssl: "1.1.1s" + openssl: "1.1.1t" + lua_nginx_module: "v0.10.21" + stream_lua_nginx_module: "v0.0.11" + lua_resty_core: "v0.1.23" + - nginx: "1.21.4" + openssl: "3.0.8" lua_nginx_module: "v0.10.21" stream_lua_nginx_module: "v0.0.11" lua_resty_core: "v0.1.23" - nginx: "1.19.9" - openssl: "1.1.1s" + openssl: "1.1.1t" lua_nginx_module: "v0.10.20" stream_lua_nginx_module: "v0.0.10" lua_resty_core: "v0.1.22" - nginx: "1.19.3" - openssl: "1.1.1s" + openssl: "1.1.1t" lua_nginx_module: "v0.10.19" stream_lua_nginx_module: "v0.0.9" lua_resty_core: "v0.1.21" diff --git a/t/e2e.t b/t/e2e.t index 9392a4c..8ee25e7 100644 --- a/t/e2e.t +++ b/t/e2e.t @@ -318,7 +318,7 @@ set ecc key f:close() ngx.say(data) end - ngx.say(out or "error") + ngx.say(data or "error") } } --- request eval diff --git a/t/openssl.t b/t/openssl.t index b73e985..3b6bae3 100644 --- a/t/openssl.t +++ b/t/openssl.t @@ -24,6 +24,6 @@ __DATA__ --- request GET /t --- error_log -using ffi, OpenSSL version linked: 10 +using ffi, OpenSSL version linked: --- no_error_log [error] diff --git a/t/storage/vault_tls.t b/t/storage/vault_tls.t index 6d66386..96ead86 100644 --- a/t/storage/vault_tls.t +++ b/t/storage/vault_tls.t @@ -49,8 +49,8 @@ __DATA__ unable to SSL handshake with vault.+ nil " ---- error_log -self signed certificate +--- error_log eval +qr/self.signed certificate/ === TEST 2: Vault tls_verify off connection ok --- http_config eval: $::HttpConfig