Skip to content

Commit 66013fb

Browse files
committed
ci: test nginx 1.22
Packaged in Debian 12 (bookworm).
1 parent 19439fa commit 66013fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nginx.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373
- static
7474
- dynamic
7575
include:
76-
- nginx-ref: stable-1.24
76+
# minimal supported nginx version (Debian bookworm: 1.22.1)
77+
- nginx-ref: stable-1.22
7778
module: dynamic
7879

7980
steps:
@@ -108,7 +109,7 @@ jobs:
108109
restore-keys: ${{ runner.os }}-nginx-
109110

110111
- name: Update configure arguments
111-
if: matrix.nginx-ref != 'stable-1.24'
112+
if: matrix.nginx-ref != 'stable-1.22'
112113
run: |
113114
echo NGX_CONFIGURE_UNIX="${NGX_CONFIGURE_UNIX} --with-http_v3_module" \
114115
>> "$GITHUB_ENV"

0 commit comments

Comments
 (0)