Skip to content

Commit bbace59

Browse files
tests: bumped nginx to 1.29.8.
1 parent 0815b73 commit bbace59

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.29.4 + OpenSSL"
19-
NGINX_VERSION: "1.29.4"
18+
- name: "nginx 1.29.8 + OpenSSL"
19+
NGINX_VERSION: "1.29.8"
2020
TEST_NGINX_TIMEOUT: "5"
2121

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

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

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

0 commit comments

Comments
 (0)