Skip to content

Commit

Permalink
feat(CI): Added v5.3 release build
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Oct 22, 2024
1 parent 2425c1b commit 691678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "latest"]
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "latest"]
runs-on: ubuntu-20.04
container: espressif/idf:${{ matrix.idf_ver }}
steps:
Expand Down

0 comments on commit 691678e

Please sign in to comment.