zephyr 3.5 github action

This commit is contained in:
Juliusz Sosinowicz
2023-11-02 11:42:04 +01:00
parent 081b34919c
commit a666c39b65

View File

@ -7,10 +7,13 @@ jobs:
run_test: run_test:
name: Build and run name: Build and run
strategy: strategy:
fail-fast: false
matrix: matrix:
config: config:
- zephyr-ref: v3.4.0 - zephyr-ref: v3.4.0
zephyr-sdk: 0.16.1 zephyr-sdk: 0.16.1
- zephyr-ref: v3.5.0
zephyr-sdk: 0.16.3
runs-on: ubuntu-latest runs-on: ubuntu-latest
# This should be a safe limit for the tests to run. # This should be a safe limit for the tests to run.
timeout-minutes: 15 timeout-minutes: 15