Skip to content

Commit a666c39

Browse files
committed
zephyr 3.5 github action
1 parent 081b349 commit a666c39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/zephyr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ jobs:
77
run_test:
88
name: Build and run
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
config:
1213
- zephyr-ref: v3.4.0
1314
zephyr-sdk: 0.16.1
15+
- zephyr-ref: v3.5.0
16+
zephyr-sdk: 0.16.3
1417
runs-on: ubuntu-latest
1518
# This should be a safe limit for the tests to run.
1619
timeout-minutes: 15

0 commit comments

Comments
 (0)