diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml index fed6d64710..09fbc52b2f 100644 --- a/.github/workflows/ngtcp2-gnutls.yml +++ b/.github/workflows/ngtcp2-gnutls.yml @@ -104,7 +104,7 @@ jobs: name: 'install gnutls' - run: | - git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 + git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3 cd nghttp3 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only @@ -112,7 +112,7 @@ jobs: name: 'install nghttp3' - run: | - git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 + git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -fi ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls @@ -120,7 +120,7 @@ jobs: name: 'install ngtcp2' - run: | - git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2 + git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2 cd nghttp2 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml index 85cf2f0e95..a36e7f825e 100644 --- a/.github/workflows/ngtcp2-quictls.yml +++ b/.github/workflows/ngtcp2-quictls.yml @@ -81,7 +81,7 @@ jobs: name: 'install quictls' - run: | - git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 + git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3 cd nghttp3 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only @@ -89,7 +89,7 @@ jobs: name: 'install nghttp3' - run: | - git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 + git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -fi ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl @@ -97,7 +97,7 @@ jobs: name: 'install ngtcp2' - run: | - git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2 + git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2 cd nghttp2 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3 diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index ef52803405..238939c1ae 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -92,7 +92,7 @@ jobs: name: 'install quictls' - run: | - git clone --quiet --depth=1 -b v0.12.0 https://github.com/ngtcp2/nghttp3 + git clone --quiet --depth=1 -b v0.13.0 https://github.com/ngtcp2/nghttp3 cd nghttp3 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only @@ -100,7 +100,7 @@ jobs: name: 'install nghttp3' - run: | - git clone --quiet --depth=1 -b v0.16.0 https://github.com/ngtcp2/ngtcp2 + git clone --quiet --depth=1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2 cd ngtcp2 autoreconf -fi ./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl @@ -108,7 +108,7 @@ jobs: name: 'install ngtcp2' - run: | - git clone --quiet --depth=1 -b v1.54.0 https://github.com/nghttp2/nghttp2 + git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2 cd nghttp2 autoreconf -fi ./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3