From d92495d8f9d663b8bd909ba7a04c991c8e9d1e9d Mon Sep 17 00:00:00 2001 From: lijunlong Date: Wed, 16 Sep 2026 10:38:01 +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 bd682e8..9c1fb93 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 @@ -42,7 +42,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