updated esp-idf version in github action
Some checks failed
ESP-IDF Build / build (esp32c3, latest) (push) Failing after 41s
ESP-IDF Build / build (esp32c3, release-v5.4) (push) Failing after 18s
ESP-IDF Build / build (esp32c3, release-v5.5) (push) Failing after 18s
ESP-IDF Build / build (esp32h2, latest) (push) Failing after 16s
ESP-IDF Build / build (esp32h2, release-v5.4) (push) Failing after 16s
ESP-IDF Build / build (esp32h2, release-v5.5) (push) Failing after 16s
ESP-IDF Build / build (esp32p4, latest) (push) Failing after 16s
ESP-IDF Build / build (esp32p4, release-v5.4) (push) Failing after 16s
ESP-IDF Build / build (esp32p4, release-v5.5) (push) Failing after 16s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 16s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 15s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 16s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-07-26 14:24:09 +02:00
parent ca996d1c13
commit d316bb9f2c

View File

@@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
idf_ver: [release-v5.4, latest]
idf_ver: [release-v5.4, release-v5.5, latest]
idf_target: [esp32c3, esp32h2, esp32s3, esp32p4]
runs-on: ubuntu-latest