We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13c9af commit b7f4cf5Copy full SHA for b7f4cf5
1 file changed
.github/workflows/test-compat.yml
@@ -50,7 +50,19 @@ jobs:
50
51
- openresty: 1.25.3.2
52
resty-cli: v0.30
53
- openssl: 1.1.1n
+ openssl: 1.1.1w
54
+ openresty-opts: >
55
+ --with-compat
56
+ --with-pcre-jit
57
+ --with-stream
58
+ --with-threads
59
+ --with-http_ssl_module
60
+ --with-stream_ssl_module
61
+ --with-stream_ssl_preread_module
62
+
63
+ - openresty: 1.27.1.1
64
+ resty-cli: v0.30
65
+ openssl: 3.0.15
66
openresty-opts: >
67
--with-compat
68
--with-pcre-jit
0 commit comments