diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d1b87a4e..b82e74d50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ jobs: - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.0"}} - {VERSION: "3.11", TOXENV: "py311-randomorder"} - {VERSION: "3.12-dev", TOXENV: "py312"} - # Latest commit on the BoringSSL master branch, as of Mar 04, 2023. - - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "93e8d4463d59d671e9c5c6171226341f04b07907"}} - # Latest commit on the OpenSSL master branch, as of Mar 03, 2023. - - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "08a11ba20461ce14b0a6b9c9e374fbea91fbd8cf"}} + # Latest commit on the BoringSSL master branch, as of Mar 06, 2023. + - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "3a7dfdb984434a4b4beef947b2e49602c557c0de"}} + # Latest commit on the OpenSSL master branch, as of Mar 06, 2023. + - {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "10836921e52ff9110c12b4b9f984e7c5ef1c89cc"}} name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}" timeout-minutes: 15 steps: