From 11c9cb71657700eaecbc78944e0340f60d47ebe2 Mon Sep 17 00:00:00 2001 From: "Juan M. Tirado" Date: Thu, 16 May 2024 16:53:05 +0200 Subject: [PATCH] Pan 1889 python version matrix (#10) * feat: added python version matrix --------- Signed-off-by: Juan M. Tirado --- .github/workflows/sonar.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 014b61c..e562fce 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -12,7 +12,6 @@ on: permissions: actions: read checks: read - id-token: read pull-requests: read repository-projects: read statuses: read @@ -23,8 +22,13 @@ jobs: python-version: ["3.10", "3.11", "3.12"] os: [ubuntu-22.04] sonar: + strategy: + fail-fast: false + matrix: + python-version: ["3.10", "3.11", "3.12"] + os: [ubuntu-22.04] name: Sonar - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} timeout-minutes: 30 if: github.event.workflow_run.conclusion == 'success' steps: