Skip to content

Commit 7807ef8

Browse files
authored
chore(tests) bump openssl versions (#126)
1 parent 177275a commit 7807ef8

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

.github/workflows/tests.yml

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,35 @@ jobs:
3131
matrix:
3232
include:
3333
- nginx: "1.25.3"
34-
openssl: "3.2.1"
34+
openssl: "1.1.1w"
3535
lua_nginx_module: "v0.10.26"
3636
stream_lua_nginx_module: "v0.0.14"
3737
lua_resty_core: "v0.1.28"
38-
- nginx: "1.21.4"
39-
openssl: "3.0.12"
38+
- nginx: "1.25.3"
39+
openssl: "3.0.15"
4040
lua_nginx_module: "v0.10.26"
4141
stream_lua_nginx_module: "v0.0.14"
4242
lua_resty_core: "v0.1.28"
4343
- nginx: "1.25.3"
44-
openssl: "3.1.4"
44+
openssl: "3.1.7"
45+
lua_nginx_module: "v0.10.26"
46+
stream_lua_nginx_module: "v0.0.14"
47+
lua_resty_core: "v0.1.28"
48+
- nginx: "1.25.3"
49+
openssl: "3.2.3"
50+
lua_nginx_module: "v0.10.26"
51+
stream_lua_nginx_module: "v0.0.14"
52+
lua_resty_core: "v0.1.28"
53+
- nginx: "1.25.3"
54+
openssl: "3.3.2"
55+
lua_nginx_module: "v0.10.26"
56+
stream_lua_nginx_module: "v0.0.14"
57+
lua_resty_core: "v0.1.28"
58+
- nginx: "1.25.3"
59+
openssl: "3.4.0"
4560
lua_nginx_module: "v0.10.26"
4661
stream_lua_nginx_module: "v0.0.14"
4762
lua_resty_core: "v0.1.28"
48-
- nginx: "1.21.4"
49-
openssl: "1.1.1w"
50-
lua_nginx_module: "v0.10.21"
51-
stream_lua_nginx_module: "v0.0.11"
52-
lua_resty_core: "v0.1.23"
5363

5464
env:
5565
JOBS: 3

0 commit comments

Comments
 (0)