We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ce0bf + 2371b5c commit b2dcabeCopy full SHA for b2dcabe
.github/workflows/smoke_compat.yml
@@ -34,7 +34,7 @@ jobs:
34
name: Build IDF examples with WiFi Remote
35
strategy:
36
matrix:
37
- idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "v5.4.1", "v5.3.3", "v5.3.1", "v5.3.2", "v5.4", "v5.4.2", "v5.5"] # add "v5.3" after esp-hosted support
+ idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "v5.4.1", "v5.3.3", "v5.3.1", "v5.3.2", "v5.4", "v5.4.2", "v5.5", "v5.3"]
38
idf_target: ["esp32p4", "esp32h2", "esp32s3"]
39
test: [ { app: idf_mqtt_example, path: "examples/protocols/mqtt/tcp" }, { app: wifi_enterprise, path: "examples/wifi/wifi_enterprise" }]
40
runs-on: ubuntu-latest
0 commit comments