From 2346fa9bdedc89652ed7c994a4a0c8c800e978fb Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 12 May 2022 18:47:43 -0500 Subject: [PATCH] CI: Update to latest mainline and stable nginx --- .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 a7bb1f8..74e701d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: dynamic: [0, 1] nginx: # Mainline - - 1.21.3 + - 1.21.6 # Stable. - - 1.20.1 + - 1.20.2 # First version with loadable module support. - 1.9.15 # Oldest supported version.