]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
matrix
authorZack Cerza <zack@cerza.org>
Thu, 28 Apr 2022 22:04:47 +0000 (16:04 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 28 Apr 2022 22:04:47 +0000 (16:04 -0600)
.github/workflows/ci.yml

index 9ba95d42eecd6151669a49373ed52155c654bc0f..1210bd47c092f02c98bfe8c0243b43d951eb4972 100644 (file)
@@ -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: