]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: update ngtcp2 and nghttp2 for pytest
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Tue, 14 Feb 2023 11:40:32 +0000 (12:40 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Feb 2023 23:11:46 +0000 (00:11 +0100)
Follow-up: https://github.com/curl/curl/commit/5c9ee8cef4b351a085b440f8178500124647f8e6

Closes #10508

.github/workflows/pytest.yml

index c12c3350191354cb547f4ec1b8a8438ae7baab60..2fc33e89c662dccd1c8575920ea4ff60798cda1b 100644 (file)
@@ -65,7 +65,7 @@ jobs:
       name: 'install nghttp3'
 
     - run: |
-        git clone --depth=1 -b v0.12.1 https://github.com/ngtcp2/ngtcp2
+        git clone --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
         cd ngtcp2
         autoreconf -fi
         ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
@@ -73,7 +73,7 @@ jobs:
       name: 'install ngtcp2'
 
     - run: |
-        git clone --depth=1 -b v1.51.0 https://github.com/nghttp2/nghttp2
+        git clone --depth=1 -b v1.52.0 https://github.com/nghttp2/nghttp2
         cd nghttp2
         autoreconf -fi
         ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3