curl/.github/workflows
Viktor Szakats c63a4b6544
http3: adjust cast for ngtcp2 v0.19.0
ngtcp2 v0.19.0 made size of `ecn` member of `ngtcp2_pkt_info`
an `uint8_t` (was: `uint32_t`). Adjust our local cast accordingly.

Fixes:
```
./curl/lib/vquic/curl_ngtcp2.c:1912:12: warning: implicit conversion loses integer precision: 'uint32_t' (aka 'unsigned int') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
  pi.ecn = (uint32_t)ecn;
         ~ ^~~~~~~~~~~~~
```

Also bump ngtcp2, nghttp3 and nghttp2 to their latest versions in our
docs and CI.

Ref: 80447281bb
Ref: https://github.com/ngtcp2/ngtcp2/pull/877
Closes #11798
2023-09-05 15:25:37 +00:00
..
appveyor-status.yml tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
awslc.yml openssl: make aws-lc version support OCSP 2023-08-02 16:23:45 +02:00
codeql-analysis.yml CI: skip some more builds when possible 2023-03-24 19:59:50 -07:00
fuzz.yml CI: don't run CI jobs if only another CI was changed 2023-04-24 20:46:09 -07:00
hacktoberfest-accepted.yml GHA: Hacktoberfest CI: Update deprecated 'set-output' command 2023-01-05 10:12:57 +01:00
label.yml CI: Work around a labeler bug that removes labels 2023-01-28 19:48:02 -08:00
linkcheck.yml copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
linux32.yml CI: add a 32-bit i686 Linux build 2023-09-04 17:11:44 -07:00
linux.yml CI: move the Alpine build from Cirrus to GHA 2023-08-30 23:50:16 -07:00
macos.yml workflows/macos.yml: disable zstd and alt-svc in the http-only build 2023-08-17 16:58:58 +02:00
ngtcp2-linux.yml http3: adjust cast for ngtcp2 v0.19.0 2023-09-05 15:25:37 +00:00
proselint.yml copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
quiche-linux.yml http3: adjust cast for ngtcp2 v0.19.0 2023-09-05 15:25:37 +00:00
reuse.yml copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
spellcheck.yml spellcheck: adapt to backslashed minuses 2023-08-12 11:10:21 +02:00
torture.yml CI: enable parallel make in more builds 2023-06-24 14:40:39 -07:00
wolfssl.yml CI: use wolfSSL 5.6.3 in builds 2023-07-11 20:07:22 +02:00