summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8f7db96..62cd2b0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
- {CONTAINER: "stretch", TOXENV: "py27"}
- {CONTAINER: "ubuntu-bionic", TOXENV: "py36"}
# cryptographyMaster used since there's no wheel
- - {CONTAINER: "ubuntu-rolling", TOXENV: "py38-cryptographyMaster"}
+ - {CONTAINER: "ubuntu-rolling", TOXENV: "py39-cryptographyMaster"}
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v2