Skip to content

Commit

Permalink
Add ESP-IDF versions "v5.1.4", "v5.2.3", "v5.3.1" to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 15, 2024
1 parent c5bf9e9 commit 8dbd85a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/esp-idf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ESP-IDF v4.4
name: ESP-IDF

on:
push:
Expand All @@ -15,15 +15,15 @@ concurrency:
jobs:

build:
name: "ESP-IDF ${{ matrix.idf_ver }}"
runs-on: ubuntu-latest
timeout-minutes: 10

strategy:
fail-fast: false
matrix:
idf_ver: ["v4.4.7"]
idf_ver: ["v4.4.7", "v5.1.4", "v5.2.3", "v5.3.1"]
idf_target: ["esp32"]

runs-on: ubuntu-latest
name: Build

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8dbd85a

Please sign in to comment.