From 4864713315628d4c545acd0b2edd6f594f36d9f5 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Fri, 20 Jan 2023 15:28:42 +0200 Subject: [PATCH] CI: Update mainline and stable Nginx versions for testing --- .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 62c8827..374487e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: compiler: [gcc, clang] nginx: # Mainline - - 1.21.6 + - 1.23.3 # Stable. - - 1.20.2 + - 1.22.1 # First version with loadable module support. - 1.9.15 # Oldest supported version.