File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208208 echo "============================================================="
209209 echo "Building examples/$i..."
210210 echo "============================================================="
211- PLATFORMIO_SRC_DIR=examples/$i PIO_BOARD=${{ matrix.board }} pio run -e ci-arduino-3-latest
211+ PLATFORMIO_SRC_DIR=examples/$i PIO_BOARD=${{ matrix.board }} pio run -e ci-arduino-rc
212212 done
213213
214214 platformio-specific-envs :
@@ -218,7 +218,7 @@ jobs:
218218 fail-fast : false
219219 matrix :
220220 env :
221- - ci-arduino-3-latest -asynctcp
221+ - ci-arduino-rc -asynctcp
222222 - ci-arduino-3-no-json
223223
224224 steps :
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ platform = espressif32@6.10.0
7171; board = esp32-p4
7272; board = esp32-h2-devkitm-1
7373
74- [env:arduino-3-latest ]
74+ [env:arduino-rc ]
7575platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
7676
7777[env:arduino-3-no-json]
7878lib_deps =
7979 ESP32Async/AsyncTCP @ 3.4.6
8080
81- [env:arduino-3-latest -asynctcp]
81+ [env:arduino-rc -asynctcp]
8282lib_deps =
8383 https://github.com/ESP32Async/AsyncTCP
8484
@@ -131,7 +131,7 @@ board = ${sysenv.PIO_BOARD}
131131[env:ci-arduino-3]
132132board = ${sysenv.PIO_BOARD}
133133
134- [env:ci-arduino-3-latest ]
134+ [env:ci-arduino-rc ]
135135platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
136136board = ${sysenv.PIO_BOARD}
137137
@@ -140,7 +140,7 @@ board = ${sysenv.PIO_BOARD}
140140lib_deps =
141141 ESP32Async/AsyncTCP @ 3.4.6
142142
143- [env:ci-arduino-3-latest -asynctcp]
143+ [env:ci-arduino-rc -asynctcp]
144144lib_deps =
145145 https://github.com/ESP32Async/AsyncTCP
146146
You can’t perform that action at this time.
0 commit comments