Skip to content

Commit

Permalink
Updated core versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Jun 16, 2024
1 parent 0dec79b commit d66c527
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions .github/workflows/ArduinoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,11 @@ jobs:

platform-version:
# ESP32 Core versions for multidimensional matrix
- 1.0.6
- 2.0.0
- 2.0.1
- 2.0.2
- 2.0.3
- 2.0.4
- 2.0.5
- 2.0.6
- 2.0.15
- 2.0.16
- 2.0.17
- 3.0.0
- 3.0.1
- latest

include:
Expand All @@ -86,22 +83,6 @@ jobs:
- { board: esp32s3, platform: esp32, arch: esp32, ... }
- { board: esp32c3, platform: esp32, arch: esp32, ... }

exclude:
# multidimensional matrix excludes (no support or unstable):

- { board: esp32s2, platform-version: 1.0.6 }
- { board: esp32s2, platform-version: 2.0.0 }

- { board: esp32s3, platform-version: 1.0.6 }
- { board: esp32s3, platform-version: 2.0.0 }
- { board: esp32s3, platform-version: 2.0.1 }
- { board: esp32s3, platform-version: 2.0.2 }
- { board: esp32s3, platform-version: 2.0.4 }

- { board: esp32c3, platform-version: 1.0.6 }
- { board: esp32c3, platform-version: 2.0.0 }


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

0 comments on commit d66c527

Please sign in to comment.