From 5016b110dfc0e0a7a2742c63a6c922d5c7d75218 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Mon, 19 Aug 2024 17:07:20 +0300 Subject: [PATCH] chore(ci): bump nginx/openssl/lua-module/resty-core ### Just bumps the deps on CI as CI was failing. --- .github/workflows/tests.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 28d1cc26..c5eb1a9b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,21 +19,22 @@ jobs: include: # TODO: arm64 # latest and one version older for valgrind - - nginx: "1.19.3" - openssl: "1.1.1n" - valgrind: "valgrind" - lua_nginx_module: "v0.10.19" - lua_resty_core: "v0.1.21" - - nginx: "1.19.9" - openssl: "1.1.1n" - valgrind: "valgrind" - lua_nginx_module: "v0.10.20" - lua_resty_core: "v0.1.22" - nginx: "1.21.4" openssl: "1.1.1s" valgrind: "valgrind" lua_nginx_module: "v0.10.21" lua_resty_core: "v0.1.23" + - nginx: "1.21.4" + openssl: "1.1.1w" + valgrind: "valgrind" + lua_nginx_module: "v0.10.25" + lua_resty_core: "v0.1.27" + - nginx: "1.25.3" + openssl: "1.1.1w" + valgrind: "valgrind" + lua_nginx_module: "v0.10.26" + lua_resty_core: "v0.1.28" + env: JOBS: 1 # must be 1 as LMDB tests interfere with each other @@ -50,7 +51,7 @@ jobs: OPENSSL_INC: /home/runner/work/cache/ssl/include TEST_NGINX_SLEEP: 0.005 TEST_NGINX_RANDOMIZE: 1 - LUACHECK_VER: 0.21.1 + LUACHECK_VER: 1.20.0 CC: gcc NGX_BUILD_CC: gcc @@ -147,4 +148,3 @@ jobs: export PATH=$BASE_PATH/work/nginx/sbin:$PATH stdbuf -o 0 -e 0 prove -j$JOBS -r t/ 2>&1 | grep -v "Connection refused" | grep -v "Retry connecting after" | tee output.log if grep -q 'insert_a_suppression_name_here' output.log; then echo "Valgrind found problems"; exit 1; fi -