Skip to content

Commit 4f0b6c2

Browse files
authored
support nginx-1.26.2 and nginx-1.27.1 (#315)
1 parent 0ab2180 commit 4f0b6c2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-nginx:
1111
strategy:
1212
matrix:
13-
version: [1.24.0, 1.25.2, 1.25.3, 1.25.4]
13+
version: [1.26.2, 1.27.1]
1414
fail-fast: false
1515
runs-on: "ubuntu-20.04"
1616

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ Select patch
367367
| 1.19.x ~ 1.21.0 | YES | [proxy_connect_rewrite_1018.patch](patch/proxy_connect_rewrite_1018.patch) |
368368
| 1.21.1 ~ 1.22.x | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
369369
| 1.23.x ~ 1.24.0 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
370-
| 1.25.0 ~ 1.25.x | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
370+
| 1.25.0 ~ 1.26.x | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
371+
| 1.27.1 | YES | [proxy_connect_rewrite_102101.patch](patch/proxy_connect_rewrite_102101.patch) |
371372

372373
| OpenResty version | enable REWRITE phase | patch |
373374
| --: | --: | --: |
@@ -735,7 +736,8 @@ Nginx Compatibility
735736

736737
The latest module is compatible with the following versions of nginx:
737738

738-
* 1.25.4 (mainline version of 1.25.x)
739+
* 1.27.1 (mainline version of 1.27.x)
740+
* 1.26.2 (version of 1.26.x)
739741
* 1.24.0 (version of 1.24.x)
740742
* 1.22.1 (version of 1.22.x)
741743
* 1.20.2 (version of 1.20.x)

0 commit comments

Comments
 (0)