Skip to content

Commit

Permalink
Update IDF versions (#230) (#232)
Browse files Browse the repository at this point in the history
* Update IDF versions

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Update nightly

---------

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
(cherry picked from commit 4fd6fee)

# Conflicts:
#	.github/workflows/nightly.yml

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 authored Feb 21, 2024
1 parent e41a9d8 commit 2b541f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
fail-fast: false
matrix:
idf_target: [ esp32, esp32s2, esp32s3, esp32c3]
idf_version: [ "espressif/idf:release-v4.3", "espressif/idf:release-v4.4", "espressif/idf:release-v5.0" ]
exclude:
- idf_target: esp32s3
idf_version: "espressif/idf:release-v4.3"
idf_version: [ "espressif/idf:release-v4.4", "espressif/idf:release-v5.2" ]

container:
image: ${{ matrix.idf_version }}
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [humble, iron, rolling]
branch: [iron, rolling, humble]
idf_target: [ esp32, esp32s2, esp32c3, esp32s3]
idf_version: [ "espressif/idf:release-v4.3", "espressif/idf:release-v4.4", "espressif/idf:release-v5.0" ]
exclude:
- idf_target: esp32s3
idf_version: "espressif/idf:release-v4.3"
idf_version: [ "espressif/idf:release-v4.4", "espressif/idf:release-v5.2" ]

container:
image: ${{ matrix.idf_version }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# micro-ROS component for ESP-IDF

This component has been tested in ESP-IDF v4.3, v4.4, and v5.0 with ESP32, ESP32-S2, ESP32-S3 and ESP32-C3.
This component has been tested in ESP-IDF v4.4, and v5.2 with ESP32, ESP32-S2, ESP32-S3 and ESP32-C3.

## Dependencies

Expand Down

0 comments on commit 2b541f8

Please sign in to comment.