Skip to content

Commit

Permalink
ci: add idf v.5.3 & latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Nov 4, 2024
1 parent 57f2ef3 commit 19293b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
fail-fast: false
matrix:
target: [esp32, esp32s2, esp32s3, esp32c3, esp32h2, esp32c6, esp32p4]
idf_version: [v5.3, latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: latest
esp_idf_version: ${{ matrix.idf_version }}
target: ${{ matrix.target }}
- name: Copy diagram ${{ matrix.target }}
run: |
Expand Down

0 comments on commit 19293b9

Please sign in to comment.