diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b673a905..2513bdda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,11 +28,6 @@ jobs: include: # TODO: arm64 # latest and one version older for valgrind and perf test - - nginx: "1.19.9" - openssl: "1.1.1w" - extras: "valgrind" - lua_nginx_module: "v0.10.20" - lua_resty_core: "v0.1.22" - nginx: "1.19.9" openssl: "3.1.4" openssl_fips: "3.0.8" @@ -41,30 +36,37 @@ jobs: lua_resty_core: "v0.1.22" nginx_cc_opts: "-Wno-error" - nginx: "1.21.4" - openssl: "1.1.1w" - extras: "valgrind perf" + openssl: "3.1.4" + openssl_fips: "3.0.8" + extras: "valgrind" lua_nginx_module: "v0.10.25" lua_resty_core: "v0.1.27" - - nginx: "1.21.4" + nginx_cc_opts: "-Wno-error" + - nginx: "1.25.3" + openssl: "1.1.1w" + extras: "valgrind perf" + lua_nginx_module: "v0.10.26" + lua_resty_core: "v0.1.28" + - nginx: "1.25.3" openssl: "3.0.12" openssl_fips: "3.0.8" extras: "valgrind perf" - lua_nginx_module: "v0.10.25" - lua_resty_core: "v0.1.27" + lua_nginx_module: "v0.10.26" + lua_resty_core: "v0.1.28" nginx_cc_opts: "-Wno-error" - - nginx: "1.21.4" + - nginx: "1.25.3" openssl: "3.1.4" openssl_fips: "3.0.8" extras: "valgrind perf" - lua_nginx_module: "v0.10.25" - lua_resty_core: "v0.1.27" + lua_nginx_module: "v0.10.26" + lua_resty_core: "v0.1.28" nginx_cc_opts: "-Wno-error" - - nginx: "1.21.4" + - nginx: "1.25.3" openssl: "3.2.0" openssl_fips: "3.0.8" extras: "valgrind perf" - lua_nginx_module: "v0.10.25" - lua_resty_core: "v0.1.27" + lua_nginx_module: "v0.10.26" + lua_resty_core: "v0.1.28" nginx_cc_opts: "-Wno-error" env: