Skip to content

Commit cbe0b0e

Browse files
GrahamCampbellbagder
authored andcommitted
CI: bump nghttp2 from 1.55.0 to 1.55.1
Closes curl#11442
1 parent 8d7cda1 commit cbe0b0e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ngtcp2-gnutls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
name: 'install ngtcp2'
121121
122122
- run: |
123-
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
123+
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
124124
cd nghttp2
125125
autoreconf -fi
126126
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

.github/workflows/ngtcp2-quictls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
name: 'install ngtcp2'
9898
9999
- run: |
100-
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
100+
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
101101
cd nghttp2
102102
autoreconf -fi
103103
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

.github/workflows/ngtcp2-wolfssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
name: 'install ngtcp2'
109109
110110
- run: |
111-
git clone --quiet --depth=1 -b v1.55.0 https://github.com/nghttp2/nghttp2
111+
git clone --quiet --depth=1 -b v1.55.1 https://github.com/nghttp2/nghttp2
112112
cd nghttp2
113113
autoreconf -fi
114114
./configure --prefix=$HOME/all PKG_CONFIG_PATH="$HOME/all/lib/pkgconfig" --enable-http3

0 commit comments

Comments
 (0)