Skip to content

Commit bb1c169

Browse files
authored
Add ESP32-S3 to the test targets
1 parent 300777b commit bb1c169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html
6868
# for details.
6969
idf_ver: ["release-v4.4"]
70-
idf_target: ["esp32", "esp32s2", "esp32c3"]
70+
idf_target: ["esp32", "esp32s2", "esp32s3", "esp32c3"]
7171
container: espressif/idf:${{ matrix.idf_ver }}
7272
steps:
7373
- name: Check out arduino-esp32 as a component

0 commit comments

Comments
 (0)