From: Zack Cerza Date: Thu, 28 Apr 2022 22:04:47 +0000 (-0600) Subject: matrix X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=abedf444d0c7075dac8fa540669b0d52fd3d8a57;p=teuthology.git matrix --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba95d42e..1210bd47c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,16 @@ jobs: run: tox -e docs deps: name: Test dependencies - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest] + python: [3.6, 3.8] steps: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: 3.9 + python-version: ${{ matrix.python }} - name: Checkout default branch uses: actions/checkout@v3 with: