From fd447a7c27d74cb597aaea282e17cd0cc92eab50 Mon Sep 17 00:00:00 2001 From: Josh McCullough Date: Mon, 4 Dec 2023 13:01:13 -0500 Subject: [PATCH] update NGINX versions in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9177330..ee52241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: # Each nginx version to build against - nginx-version: ['1.20.2', '1.22.1', '1.24.0', '1.25.1'] + nginx-version: ['1.20.2', '1.22.1', '1.24.0', '1.25.3'] # The following versions of libjwt are compatible: # * v1.0 - v1.12.0 # * v1.12.1 - v1.14.0