28
28
include :
29
29
# TODO: arm64
30
30
# 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"
36
31
- nginx : " 1.19.9"
37
32
openssl : " 3.1.4"
38
33
openssl_fips : " 3.0.8"
@@ -41,30 +36,37 @@ jobs:
41
36
lua_resty_core : " v0.1.22"
42
37
nginx_cc_opts : " -Wno-error"
43
38
- 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"
46
42
lua_nginx_module : " v0.10.25"
47
43
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"
49
51
openssl : " 3.0.12"
50
52
openssl_fips : " 3.0.8"
51
53
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 "
54
56
nginx_cc_opts : " -Wno-error"
55
- - nginx : " 1.21.4 "
57
+ - nginx : " 1.25.3 "
56
58
openssl : " 3.1.4"
57
59
openssl_fips : " 3.0.8"
58
60
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 "
61
63
nginx_cc_opts : " -Wno-error"
62
- - nginx : " 1.21.4 "
64
+ - nginx : " 1.25.3 "
63
65
openssl : " 3.2.0"
64
66
openssl_fips : " 3.0.8"
65
67
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 "
68
70
nginx_cc_opts : " -Wno-error"
69
71
70
72
env :
0 commit comments