Skip to content

Commit b083851

Browse files
committed
Update headers-more in CI for nginx 1.23.0+
1 parent f443a12 commit b083851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
wget -O - "https://nginx.org/download/nginx-$_NGINX_VERSION.tar.gz" | tar -xzf -
5050
cd "nginx-$_NGINX_VERSION"
51-
git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.33
51+
git clone https://github.com/openresty/headers-more-nginx-module.git -b v0.34
5252
if [ "$SHIB_DYNAMIC_MODULE" = true ]; then
5353
./configure --with-debug --add-dynamic-module=.. --add-dynamic-module=./headers-more-nginx-module
5454
else

0 commit comments

Comments
 (0)