Skip to content

Commit

Permalink
Bump esp-idf versions
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
  • Loading branch information
pguyot committed Jun 22, 2024
1 parent f64791d commit 047f601
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@ jobs:
matrix:
soc: ["esp32", "esp32c3", "esp32s2", "esp32s3", "esp32c6"]
idf-version:
- 'v5.1.3'
- 'v5.2.1'
- 'v5.1.4'
- 'v5.2.2'
additional_decoders: [""]

include:
- additional_decoders: "FLAC OGG"
soc: "esp32c3"
idf-version: "v5.2.1"
idf-version: "v5.2.2"

- additional_decoders: "G711 OPUS"
soc: "esp32c3"
idf-version: "v5.2.1"
idf-version: "v5.2.2"

- additional_decoders: "AMR"
soc: "esp32c3"
idf-version: "v5.2.1"
idf-version: "v5.2.2"

- additional_decoders: "PCM WAV"
soc: "esp32c3"
idf-version: "v5.2.1"
idf-version: "v5.2.2"

container: espressif/idf:${{ matrix.idf-version }}
steps:
Expand Down

0 comments on commit 047f601

Please sign in to comment.