diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-10-22 16:29:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-23 04:29:10 +0800 |
| commit | 4ba40bdce93ce0e579f43ea7589d7bfe634fb724 (patch) | |
| tree | 911a14e80d0f3daa449451554b8afa05507a46a6 /.github/workflows | |
| parent | 45721a99eef3116ef9d1a48f20694666fc47b2bd (diff) | |
| download | cryptography-4ba40bdce93ce0e579f43ea7589d7bfe634fb724.tar.gz | |
Update libressl to 3.4.1 in CI (#6455)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27bf50813..dcbf9c05d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.1.5"}} - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.2.7"}} - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.3.5"}} - - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.4.0"}} + - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.4.1"}} - {VERSION: "3.10", TOXENV: "py310"} RUST: - stable |
