Skip to content

Commit 6d35700

Browse files
authored
Pin esp8266:esp8266 platform version to 2.5.0 in CI builds (#50)
Previously, the most recent release of the ESP8266 boards platform (currently 2.7.4) was used in the "Compile Examples" CI workflow. Arduino Create uses 2.5.0, so it's best to use that version for testing as well.
1 parent dc00a26 commit 6d35700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
# Install ESP8266 platform via Boards Manager
6969
- name: esp8266:esp8266
7070
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
71+
version: 2.5.0
7172
- board:
7273
platform-name: esp32:esp32
7374
platforms: |

0 commit comments

Comments
 (0)