From 19293b90c7180da4b15996dc55ee582ca97ec07a Mon Sep 17 00:00:00 2001 From: Matheus Catarino Date: Mon, 4 Nov 2024 14:45:25 -0300 Subject: [PATCH] ci: add idf v.5.3 & latest --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8477a9d..b818158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |