From: Stefan Eissing Date: Tue, 23 Jan 2024 15:35:08 +0000 (+0100) Subject: GHA: bump nghttp2 version to v1.59.0 X-Git-Tag: curl-8_6_0~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f437ef3ca64c1c59844366c1ffea8b1faf0c726;p=thirdparty%2Fcurl.git GHA: bump nghttp2 version to v1.59.0 - Switch to v1.59.0 for GHA CI jobs that use a specific nghttp2-version. Closes https://github.com/curl/curl/pull/12766 --- diff --git a/.github/workflows/ngtcp2-linux.yml b/.github/workflows/ngtcp2-linux.yml index eab27846f1..74b1a5e38a 100644 --- a/.github/workflows/ngtcp2-linux.yml +++ b/.github/workflows/ngtcp2-linux.yml @@ -51,7 +51,7 @@ env: wolfssl-version: master nghttp3-version: v1.1.0 ngtcp2-version: v1.1.0 - nghttp2-version: v1.58.0 + nghttp2-version: v1.59.0 mod_h2-version: v2.0.25 jobs: diff --git a/.github/workflows/osslq-linux.yml b/.github/workflows/osslq-linux.yml index cda12616e2..8b30941d25 100644 --- a/.github/workflows/osslq-linux.yml +++ b/.github/workflows/osslq-linux.yml @@ -50,7 +50,7 @@ env: quictls-version: 3.1.4+quic nghttp3-version: v1.1.0 ngtcp2-version: v1.1.0 - nghttp2-version: master + nghttp2-version: v1.59.0 mod_h2-version: v2.0.25 jobs: diff --git a/.github/workflows/quiche-linux.yml b/.github/workflows/quiche-linux.yml index 14b3073a30..10cf053d29 100644 --- a/.github/workflows/quiche-linux.yml +++ b/.github/workflows/quiche-linux.yml @@ -49,7 +49,7 @@ env: openssl-version: 3.1.4+quic nghttp3-version: v1.1.0 ngtcp2-version: v1.1.0 - nghttp2-version: v1.58.0 + nghttp2-version: v1.59.0 quiche-version: 0.19.0 mod_h2-version: v2.0.25