diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2422684..40080df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test-nginx: strategy: matrix: - version: [1.24.0, 1.25.2, 1.25.3, 1.25.4] + version: [1.26.2, 1.27.1] fail-fast: false runs-on: "ubuntu-20.04" diff --git a/README.md b/README.md index 3e81e15..187aeb8 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,8 @@ Select patch | 1.19.x ~ 1.21.0 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) | | 1.21.1 ~ 1.22.x | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | | 1.23.x ~ 1.24.0 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | -| 1.25.0 ~ 1.25.x | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | +| 1.25.0 ~ 1.26.x | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | +| 1.27.1 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) | | OpenResty version | enable REWRITE phase | patch | | --: | --: | --: | @@ -735,7 +736,8 @@ Nginx Compatibility The latest module is compatible with the following versions of nginx: -* 1.25.4 (mainline version of 1.25.x) +* 1.27.1 (mainline version of 1.27.x) +* 1.26.2 (version of 1.26.x) * 1.24.0 (version of 1.24.x) * 1.22.1 (version of 1.22.x) * 1.20.2 (version of 1.20.x)