We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19439fa commit 66013fbCopy full SHA for 66013fb
.github/workflows/nginx.yaml
@@ -73,7 +73,8 @@ jobs:
73
- static
74
- dynamic
75
include:
76
- - nginx-ref: stable-1.24
+ # minimal supported nginx version (Debian bookworm: 1.22.1)
77
+ - nginx-ref: stable-1.22
78
module: dynamic
79
80
steps:
@@ -108,7 +109,7 @@ jobs:
108
109
restore-keys: ${{ runner.os }}-nginx-
110
111
- name: Update configure arguments
- if: matrix.nginx-ref != 'stable-1.24'
112
+ if: matrix.nginx-ref != 'stable-1.22'
113
run: |
114
echo NGX_CONFIGURE_UNIX="${NGX_CONFIGURE_UNIX} --with-http_v3_module" \
115
>> "$GITHUB_ENV"
0 commit comments