Skip to content

Commit

Permalink
drop! Test more revisions of 3.1
Browse files Browse the repository at this point in the history
THIS COMMIT SHOULD NOT BE MERGED, IT IS ONLY MEANT FOR TESTING
  • Loading branch information
romen committed Nov 27, 2022
1 parent 689b687 commit e05b2b5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -42,8 +42,13 @@ jobs:
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "5511fa833c96c8caa9b51c13367f057c74d850eb"}}
# Latest commit on the OpenSSL master branch, as of Nov 22, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "26cfa4cd85f6b26dd7a48c2ff06bfa4a2cea4764"}}
# Upcoming change in OpenSSL that triggers some errors. DO NOT MERGE
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "romen-fc0288cbe250c741deb552fa21522125990a313a"}}
# DO NOT MERGE ANYTHING BELOW THIS
# Test openssl-3.1 before a48081ac606c7bbce5e3adad7ad2d6dfc1b4f215
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "8436ef8bdb96c0a977a15ec707d28404d97c3a6c"}}
# Test openssl-3.1 at a48081ac606c7bbce5e3adad7ad2d6dfc1b4f215
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "a48081ac606c7bbce5e3adad7ad2d6dfc1b4f215"}}
# Test upcoming change in OpenSSL.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "romen-5bb20e69bf5022689946a74f26d511b805fd42b5"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
steps:
Expand Down

0 comments on commit e05b2b5

Please sign in to comment.