Skip to content

Commit 27fcd3d

Browse files
update NGINX versions to build against
1 parent d8974eb commit 27fcd3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# NGINX versions to build/test against
17-
nginx-version: ['1.20.2', '1.22.1', '1.24.0', '1.25.3']
17+
nginx-version: ['1.20.2', '1.22.1', '1.24.0', '1.26.2', '1.27.3']
1818

1919
# The following versions of libjwt are compatible:
2020
# * v1.0 - v1.12.0

scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NGINX_VERSION_LEGACY_1='1.20.2'
2323
NGINX_VERSION_LEGACY_2='1.22.1'
2424
NGINX_VERSION_LEGACY_3='1.24.0'
2525
NGINX_VERSION_STABLE='1.26.2'
26-
NGINX_VERSION_MAINLINE='1.27.2'
26+
NGINX_VERSION_MAINLINE='1.27.3'
2727
NGINX_VERSIONS=(${NGINX_VERSION_LEGACY_1} ${NGINX_VERSION_LEGACY_2} ${NGINX_VERSION_LEGACY_3} ${NGINX_VERSION_STABLE} ${NGINX_VERSION_MAINLINE})
2828
NGINX_VERSION=${NGINX_VERSION:-${NGINX_VERSION_STABLE}}
2929

0 commit comments

Comments
 (0)