use ESP-IDF v5.3 and v5.4 in CI

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-01-21 21:24:22 +01:00
parent 829d697c55
commit 9d6dad6d63

View File

@@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
idf_ver: [release-v5.3]
idf_ver: [release-v5.3, release-v5.4]
idf_target: [esp32, esp32s3, esp32c3, esp32c5, esp32h2]
runs-on: ubuntu-latest