From ba0e034e165e4e711fafdf2e549ab7b9f55915be Mon Sep 17 00:00:00 2001 From: lijunlong Date: Wed, 16 Sep 2026 10:38:02 +0800 Subject: [PATCH] tests: update nginx to 1.31.6. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d931a1d..e9183cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ permissions: jobs: test: - name: nginx 1.31.4 + name: nginx 1.31.6 runs-on: ubuntu-22.04 timeout-minutes: 45 @@ -33,7 +33,7 @@ jobs: - name: Build and test env: CC: gcc - NGINX_VERSION: 1.31.4 + NGINX_VERSION: 1.31.6 run: | set -e mkdir -p download-cache