We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92ba89 commit 5c93c46Copy full SHA for 5c93c46
.github/workflows/container-build.yml
@@ -11,7 +11,7 @@ jobs:
11
containers:
12
strategy:
13
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]
+ zephyr_version: [3.7.0, 2.7.3, 2.3.0]
15
runs-on: ubuntu-latest
16
env:
17
ZEPHYR_VERSION: ${{ matrix.zephyr_version }}
0 commit comments