From 191e6218c6ca659366ea8440c4ad8edb171fc6ed Mon Sep 17 00:00:00 2001 From: Tom Most Date: Tue, 22 Dec 2020 15:12:44 -0800 Subject: [PATCH] Twisted versions in matrix --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4822b903..68af6d9c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,6 +66,7 @@ jobs: strategy: matrix: python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "pypy-2.7", "pypy-3.7"] + twisted-version: ["lowest", "latest", "trunk"] steps: - uses: actions/checkout@v2 @@ -102,6 +103,4 @@ jobs: - run: python -m pip install tox - - run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_lowest - - - run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_latest + - run: tox -e ${{ steps.pyfactor.outputs.value }}-twisted_{{ matrix.twisted-version }}