Skip to content

Commit 786e652

Browse files
committed
chore(tests) bump openresty to 1.25.3
1 parent 90b0a47 commit 786e652

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.github/workflows/tests.yml

+18-16
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
include:
2929
# TODO: arm64
3030
# latest and one version older for valgrind and perf test
31-
- nginx: "1.19.9"
32-
openssl: "1.1.1w"
33-
extras: "valgrind"
34-
lua_nginx_module: "v0.10.20"
35-
lua_resty_core: "v0.1.22"
3631
- nginx: "1.19.9"
3732
openssl: "3.1.4"
3833
openssl_fips: "3.0.8"
@@ -41,30 +36,37 @@ jobs:
4136
lua_resty_core: "v0.1.22"
4237
nginx_cc_opts: "-Wno-error"
4338
- nginx: "1.21.4"
44-
openssl: "1.1.1w"
45-
extras: "valgrind perf"
39+
openssl: "3.1.4"
40+
openssl_fips: "3.0.8"
41+
extras: "valgrind"
4642
lua_nginx_module: "v0.10.25"
4743
lua_resty_core: "v0.1.27"
48-
- nginx: "1.21.4"
44+
nginx_cc_opts: "-Wno-error"
45+
- nginx: "1.25.3"
46+
openssl: "1.1.1w"
47+
extras: "valgrind perf"
48+
lua_nginx_module: "v0.10.26"
49+
lua_resty_core: "v0.1.28"
50+
- nginx: "1.25.3"
4951
openssl: "3.0.12"
5052
openssl_fips: "3.0.8"
5153
extras: "valgrind perf"
52-
lua_nginx_module: "v0.10.25"
53-
lua_resty_core: "v0.1.27"
54+
lua_nginx_module: "v0.10.26"
55+
lua_resty_core: "v0.1.28"
5456
nginx_cc_opts: "-Wno-error"
55-
- nginx: "1.21.4"
57+
- nginx: "1.25.3"
5658
openssl: "3.1.4"
5759
openssl_fips: "3.0.8"
5860
extras: "valgrind perf"
59-
lua_nginx_module: "v0.10.25"
60-
lua_resty_core: "v0.1.27"
61+
lua_nginx_module: "v0.10.26"
62+
lua_resty_core: "v0.1.28"
6163
nginx_cc_opts: "-Wno-error"
62-
- nginx: "1.21.4"
64+
- nginx: "1.25.3"
6365
openssl: "3.2.0"
6466
openssl_fips: "3.0.8"
6567
extras: "valgrind perf"
66-
lua_nginx_module: "v0.10.25"
67-
lua_resty_core: "v0.1.27"
68+
lua_nginx_module: "v0.10.26"
69+
lua_resty_core: "v0.1.28"
6870
nginx_cc_opts: "-Wno-error"
6971

7072
env:

0 commit comments

Comments
 (0)