Skip to content

Commit cf6453c

Browse files
tests: fixed typo.
1 parent 51686bc commit cf6453c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
NGINX_VERSION: "1.31.1"
2020
TEST_NGINX_TIMEOUT: "5"
2121

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

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

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

0 commit comments

Comments
 (0)