Skip to content

Commit

Permalink
Pan 1889 python version matrix (#10)
Browse files Browse the repository at this point in the history
* feat: added python version matrix

---------

Signed-off-by: Juan M. Tirado <juanmanuel-tirado@users.noreply.github.com>
  • Loading branch information
juanmanuel-tirado authored May 16, 2024
1 parent 99cb7ff commit 11c9cb7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
permissions:
actions: read
checks: read
id-token: read
pull-requests: read
repository-projects: read
statuses: read
Expand All @@ -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:
Expand Down

0 comments on commit 11c9cb7

Please sign in to comment.