summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-02-22 14:19:45 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-02-22 20:57:53 (GMT)
commit438f8cd77d5d532352b6dc02e2cd6457ea76cc89 (patch)
treec352d328da625e5860c28ca76adfa7213f3793ea /.github
parent899eb4167264a17ba703677814d69d4f7dcaea41 (diff)
downloadcpython-438f8cd77d5d532352b6dc02e2cd6457ea76cc89.zip
cpython-438f8cd77d5d532352b6dc02e2cd6457ea76cc89.tar.gz
cpython-438f8cd77d5d532352b6dc02e2cd6457ea76cc89.tar.bz2
Don't test with OpenSSL 3.0 on 3.8
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5ed7870..88aa37d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -184,7 +184,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l, 3.0.0-beta1]
+ openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl