ci: Update build job to v4.4
This commit is contained in:
parent
ef108457c7
commit
9fd1634a08
2 changed files with 8 additions and 5 deletions
12
.github/workflows/build_examples.yml
vendored
12
.github/workflows/build_examples.yml
vendored
|
@ -6,12 +6,14 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
idf_ver: ["v4.1", "v4.2", "v4.3"]
|
||||
idf_target: ["esp32"]
|
||||
include:
|
||||
- idf_ver: "v4.2"
|
||||
idf_ver: ["v4.1", "v4.2", "v4.3", "v4.4"]
|
||||
idf_target: ["esp32", "esp32s2", "esp32c3"]
|
||||
exclude:
|
||||
- idf_ver: "v4.1"
|
||||
idf_target: esp32s2
|
||||
- idf_ver: "v4.3"
|
||||
- idf_ver: "v4.1"
|
||||
idf_target: esp32c3
|
||||
- idf_ver: "v4.2"
|
||||
idf_target: esp32c3
|
||||
runs-on: ubuntu-20.04
|
||||
container: espressif/idf:release-${{ matrix.idf_ver }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue