Skip to content

Commit 60acfff

Browse files
committed
run tests on type=esp-idf version=5.3.1 platform_version=6.9.0
1 parent ad3445d commit 60acfff

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
max-parallel: 3
1212
matrix:
1313
framework_opts:
14-
- "type=esp-idf"
15-
- "type=arduino"
14+
- "type=esp-idf version=recommended platform_version=51.03.07"
15+
- "type=esp-idf version=5.3.1 platform_version=6.9.0"
16+
# - "type=arduino version=recommended platform_version=5.4.0"
1617
board:
1718
- esp32-c3-devkitm-1
1819
- esp32-s3-devkitc-1

test/config.yaml.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ external_components:
44
esp32:
55
framework:
66
type: ${type}
7+
version: ${version}
8+
platform_version: ${platform_version}
79
board: ${board}
810

911
logger:

0 commit comments

Comments
 (0)