Skip to content

Commit 5c93c46

Browse files
committed
ci: add Zephyr 3.7. Remove intermediate versions.
1 parent d92ba89 commit 5c93c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
containers:
1212
strategy:
1313
matrix:
14-
zephyr_version: [3.6.0, 3.5.0, 3.4.0, 2.7.3, 2.6.0, 2.5.0, 2.4.0, 2.3.0]
14+
zephyr_version: [3.7.0, 2.7.3, 2.3.0]
1515
runs-on: ubuntu-latest
1616
env:
1717
ZEPHYR_VERSION: ${{ matrix.zephyr_version }}

0 commit comments

Comments
 (0)