1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Add IDF 5 test yaml, add adc to IDF tests, fix adc for IDF 5 (#5379)

This commit is contained in:
Keith Burzinski
2023-09-12 18:36:17 -05:00
committed by GitHub
parent b8fa737bc9
commit 736dbfac13
4 changed files with 708 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8, 10]
file: [1, 2, 3, 3.1, 4, 5, 6, 7, 8, 10, 11.5]
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.0.0