We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53f6127 + f3a1480 commit 102554fCopy full SHA for 102554f
.github/workflows/build-run-applications.yml
@@ -54,6 +54,8 @@ jobs:
54
allow_fail: false
55
- idf_ver: "latest"
56
allow_fail: true # Do not fail CI, when fail "latest" build
57
+ - idf_ver: "release-v6.0"
58
+ allow_fail: true # Do not fail CI, when fail "latest" build
59
runs-on: ubuntu-latest
60
container: espressif/idf:${{ matrix.idf_ver }}
61
steps:
0 commit comments