Skip to content

Commit

Permalink
workflow: test with v4.0.0 and v3.7.0 in addition to main
Browse files Browse the repository at this point in the history
Change the action workflow to self test on few releases to ensure we
remain compatible with those in addition to the current upstream main.

Signed-off-by: Fabio Baltieri <[email protected]>
  • Loading branch information
fabiobaltieri committed Jan 7, 2025
1 parent 5c39fdc commit 6e1fa36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
release: [v3.7.0, v4.0.0, main]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -24,6 +25,7 @@ jobs:
with:
repository: zephyrproject-rtos/zephyr
path: zephyr
ref: ${{ matrix.release }}

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6e1fa36

Please sign in to comment.