Skip to content

Commit

Permalink
chore(ci): bump nginx/openssl/lua-module/resty-core
Browse files Browse the repository at this point in the history
###

Just bumps the deps on CI as CI was failing.
  • Loading branch information
bungle committed Aug 19, 2024
1 parent 949ce79 commit 5016b11
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 5016b11

Please sign in to comment.