Skip to content

Commit a02123e

Browse files
authored
Pin esp8266:esp8266 platform version to 2.5.0 in CI builds (#223)
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 1ffe811 commit a02123e

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
@@ -131,6 +131,7 @@ jobs:
131131
# Install ESP8266 platform via Boards Manager
132132
- name: esp8266:esp8266
133133
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
134+
version: 2.5.0
134135
libraries:
135136
sketch-paths:
136137
# ESP32 boards

0 commit comments

Comments
 (0)