Skip to content

Commit c8c55b5

Browse files
committed
CI: use at least nginx 1.22.1 due to lack of old PCRE support in Ubuntu 24.04
1 parent 88c39f1 commit c8c55b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
continue-on-error: ${{ matrix.experimental }}
1010
strategy:
1111
matrix:
12-
nginx: [1.16.1, 1.18.0, 1.20.2, 1.22.1, 1.24.0, 1.26.3]
12+
nginx: [1.22.1, 1.24.0, 1.26.3]
1313
nginx-easy-context: ['1.0']
1414
experimental: [false]
1515
include:

0 commit comments

Comments
 (0)