Skip to content

Commit 51686bc

Browse files
tests: update nginx to 1.31.1.1.
1 parent b9628d5 commit 51686bc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- name: "nginx 1.31.0 + OpenSSL"
19-
NGINX_VERSION: "1.31.0"
18+
- name: "nginx 1.31.1 + OpenSSL"
19+
NGINX_VERSION: "1.31.1"
2020
TEST_NGINX_TIMEOUT: "5"
2121

22-
- name: "nginx 1.31.0 + OpenSSL + HTTP/2"
23-
NGINX_VERSION: "1.31.0"
22+
- name: "nginx 1.3.1 + OpenSSL + HTTP/2"
23+
NGINX_VERSION: "1.3.1"
2424
TEST_NGINX_TIMEOUT: "5"
2525
TEST_NGINX_USE_HTTP2: "1"
2626

27-
- name: "nginx 1.31.0 + OpenSSL + HTTP/3"
28-
NGINX_VERSION: "1.31.0"
27+
- name: "nginx 1.3.1 + OpenSSL + HTTP/3"
28+
NGINX_VERSION: "1.3.1"
2929
TEST_NGINX_USE_HTTP3: "1"
3030
TEST_NGINX_QUIC_IDLE_TIMEOUT: "3"
3131

32-
- name: "nginx 1.31.0 + BoringSSL + HTTP/3"
33-
NGINX_VERSION: "1.31.0"
32+
- name: "nginx 1.3.1 + BoringSSL + HTTP/3"
33+
NGINX_VERSION: "1.3.1"
3434
BORINGSSL: "1"
3535
TEST_NGINX_USE_HTTP3: "1"
3636
TEST_NGINX_QUIC_IDLE_TIMEOUT: "3"

0 commit comments

Comments
 (0)