Skip to content

Commit

Permalink
ci: add containers for Zephyr 3.5 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwhall committed Jul 1, 2024
1 parent 0353355 commit b0dbd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
containers:
strategy:
matrix:
zephyr_version: [3.4.0, 2.7.3, 2.6.0, 2.5.0, 2.4.0, 2.3.0]
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]
runs-on: ubuntu-latest
env:
ZEPHYR_VERSION: ${{ matrix.zephyr_version }}
Expand Down

0 comments on commit b0dbd3a

Please sign in to comment.