diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0a76ecf5..638e912f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -11,7 +11,11 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.8.6] + python-version: + - 3.8.x + - 3.9.x + - 3.10.x + - 3.11.x steps: - name: Checkout this repository @@ -35,7 +39,11 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [3.8.6] + python-version: + - 3.8.x + - 3.9.x + - 3.10.x + - 3.11.x steps: - name: Checkout this repository