mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
GHA: bump ngtcp2, nghttp3, nghttp2 and quictls versions
ngtcp2 1.0.1 nghttp3 1.0.0 nghttp2 1.58.0 quictls 3.1.4+quic also sync HTTP3.md with these changes Closes #12132
This commit is contained in:
parent
a51fff1850
commit
c868b0e30f
4 changed files with 19 additions and 19 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -47,7 +47,7 @@ env:
|
|||
mod_h2-version: v2.0.25
|
||||
msh3-version: v0.6.0
|
||||
openssl3-version: openssl-3.1.3
|
||||
quictls-version: OpenSSL_1_1_1w+quic
|
||||
quictls-version: 3.1.4+quic
|
||||
rustls-version: v0.10.0
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
8
.github/workflows/ngtcp2-linux.yml
vendored
8
.github/workflows/ngtcp2-linux.yml
vendored
|
|
@ -46,12 +46,12 @@ permissions: {}
|
|||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
quictls-version: 3.0.10+quic
|
||||
quictls-version: 3.1.4+quic
|
||||
gnutls-version: 3.8.0
|
||||
wolfssl-version: master
|
||||
nghttp3-version: v0.15.0
|
||||
ngtcp2-version: v0.19.1
|
||||
nghttp2-version: v1.56.0
|
||||
nghttp3-version: v1.0.0
|
||||
ngtcp2-version: v1.0.1
|
||||
nghttp2-version: v1.58.0
|
||||
mod_h2-version: v2.0.25
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
6
.github/workflows/quiche-linux.yml
vendored
6
.github/workflows/quiche-linux.yml
vendored
|
|
@ -47,9 +47,9 @@ permissions: {}
|
|||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
openssl-version: 3.0.10+quic
|
||||
nghttp3-version: v0.15.0
|
||||
ngtcp2-version: v0.19.1
|
||||
nghttp2-version: v1.56.0
|
||||
nghttp3-version: v1.0.0
|
||||
ngtcp2-version: v1.0.1
|
||||
nghttp2-version: v1.58.0
|
||||
quiche-version: 0.17.2
|
||||
mod_h2-version: v2.0.25
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue