Commit 6df72bf5 authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Daniel DeGrasse
Browse files

Revert "ci: workflows: remove unsupported Python version from test matrices"



This reverts commit bb983d09.

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent f672cb72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.12', '3.13']
        python-version: ['3.10', '3.11', '3.12', '3.13']
        os: [ubuntu-22.04, macos-14, windows-2022]
    steps:
    - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.12', '3.13']
        python-version: ['3.10', '3.11', '3.12', '3.13']
        os: [ubuntu-24.04]
    steps:
    - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.12', '3.13']
        python-version: ['3.10', '3.11', '3.12', '3.13']
        os: [ubuntu-24.04]
    steps:
      - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ jobs:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        python-version: ['3.12', '3.13']
        python-version: ['3.10', '3.11', '3.12', '3.13']
        os: [ubuntu-24.04]
    steps:
    - name: checkout
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ jobs:
    name: Twister Black Box Tests
    strategy:
      matrix:
        python-version: ['3.12', '3.13']
        python-version: ['3.10', '3.11', '3.12', '3.13']
        os: [ubuntu-24.04, macos-14, windows-2022]
      fail-fast: false
    runs-on: ${{ matrix.os }}
Loading