summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ngtcp2-gnutls.yml4
-rw-r--r--.github/workflows/ngtcp2-quictls.yml4
-rw-r--r--.github/workflows/ngtcp2-wolfssl.yml4
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ngtcp2-gnutls.yml b/.github/workflows/ngtcp2-gnutls.yml
index 943dc6642..bb9661181 100644
--- a/.github/workflows/ngtcp2-gnutls.yml
+++ b/.github/workflows/ngtcp2-gnutls.yml
@@ -102,7 +102,7 @@ jobs:
name: 'install gnutls'
- run: |
- git clone --quiet --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
+ git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -110,7 +110,7 @@ jobs:
name: 'install nghttp3'
- run: |
- git clone --quiet --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
+ git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-gnutls
diff --git a/.github/workflows/ngtcp2-quictls.yml b/.github/workflows/ngtcp2-quictls.yml
index 0cce56cf8..c371dd603 100644
--- a/.github/workflows/ngtcp2-quictls.yml
+++ b/.github/workflows/ngtcp2-quictls.yml
@@ -77,7 +77,7 @@ jobs:
name: 'install quictls'
- run: |
- git clone --quiet --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
+ git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -85,7 +85,7 @@ jobs:
name: 'install nghttp3'
- run: |
- git clone --quiet --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
+ git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl
diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml
index b5aa42128..2ac47560e 100644
--- a/.github/workflows/ngtcp2-wolfssl.yml
+++ b/.github/workflows/ngtcp2-wolfssl.yml
@@ -89,7 +89,7 @@ jobs:
name: 'install quictls'
- run: |
- git clone --quiet --depth=1 -b v0.10.0 https://github.com/ngtcp2/nghttp3
+ git clone --quiet --depth=1 -b v0.11.0 https://github.com/ngtcp2/nghttp3
cd nghttp3
autoreconf -fi
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-lib-only
@@ -97,7 +97,7 @@ jobs:
name: 'install nghttp3'
- run: |
- git clone --quiet --depth=1 -b v0.13.1 https://github.com/ngtcp2/ngtcp2
+ git clone --quiet --depth=1 -b v0.15.0 https://github.com/ngtcp2/ngtcp2
cd ngtcp2
autoreconf -fi
./configure ${{ matrix.build.ngtcp2-configure }} --with-openssl --with-wolfssl