From 6cf14e7a2d0283e85e34a2d94349d8852c62bd0f Mon Sep 17 00:00:00 2001 From: kjdev Date: Fri, 5 Jun 2026 07:43:45 +0900 Subject: [PATCH] ci: bump nginx to stable to 1.30.2 and mainline to 1.31.1 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d9c3441..492da0b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -157,8 +157,8 @@ jobs: nginx: - alpine - ubuntu - - '1.30.1' # stable - - '1.31.0' # mainline + - '1.30.2' # stable + - '1.31.1' # mainline container: image: ${{ matrix.nginx == 'alpine' && 'alpine:latest' || null }} options: ${{ matrix.nginx == 'alpine' && '--init' || null }}