Skip to content

Commit

Permalink
bump boring in ci (#7114)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Apr 26, 2022
1 parent c38e400 commit d7aac1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -43,8 +43,8 @@ jobs:
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "libressl", VERSION: "3.5.1"}}
- {VERSION: "3.11-dev", TOXENV: "py311"}
- {VERSION: "3.10", TOXENV: "py310-randomorder"}
# Latest commit on the master branch, as of April 22, 2022.
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "59e37765f1dbc63a121153f664505cf65499e66c"}}
# Latest commit on the master branch, as of April 25, 2022.
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "553e81e47359e56c98ef7fd3c4c5e6d94253cc4a"}}
RUST:
- stable
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
Expand Down

0 comments on commit d7aac1c

Please sign in to comment.