Skip to content

Commit

Permalink
Merge pull request espressif#123 from espressif/ci/build_all_esp_idf
Browse files Browse the repository at this point in the history
ci(workflow): Added esp-idf releases matrix for examples build
  • Loading branch information
roma-jam authored Jan 21, 2025
2 parents f1ea66b + 5719445 commit 7898011
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: ["latest"]
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4", "latest"]
runs-on: ubuntu-20.04
container: espressif/idf:${{ matrix.idf_ver }}
steps:
Expand Down

0 comments on commit 7898011

Please sign in to comment.