Skip to content

Commit

Permalink
support nginx-1.26.2 and nginx-1.27.1 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits authored Aug 18, 2024
1 parent 0ab2180 commit 4f0b6c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --: | --: | --: |
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 4f0b6c2

Please sign in to comment.