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:
208
208
echo "============================================================="
209
209
echo "Building examples/$i..."
210
210
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
212
212
done
213
213
214
214
platformio-specific-envs :
@@ -218,7 +218,7 @@ jobs:
218
218
fail-fast : false
219
219
matrix :
220
220
env :
221
- - ci-arduino-3-latest -asynctcp
221
+ - ci-arduino-rc -asynctcp
222
222
- ci-arduino-3-no-json
223
223
224
224
steps :
Original file line number Diff line number Diff line change 71
71
; board = esp32-p4
72
72
; board = esp32-h2-devkitm-1
73
73
74
- [env:arduino-3-latest ]
74
+ [env:arduino-rc ]
75
75
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
76
76
77
77
[env:arduino-3-no-json]
78
78
lib_deps =
79
79
ESP32Async/AsyncTCP @ 3.4.6
80
80
81
- [env:arduino-3-latest -asynctcp]
81
+ [env:arduino-rc -asynctcp]
82
82
lib_deps =
83
83
https://github.com/ESP32Async/AsyncTCP
84
84
@@ -131,7 +131,7 @@ board = ${sysenv.PIO_BOARD}
131
131
[env:ci-arduino-3]
132
132
board = ${sysenv.PIO_BOARD}
133
133
134
- [env:ci-arduino-3-latest ]
134
+ [env:ci-arduino-rc ]
135
135
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc2/platform-espressif32.zip
136
136
board = ${sysenv.PIO_BOARD}
137
137
@@ -140,7 +140,7 @@ board = ${sysenv.PIO_BOARD}
140
140
lib_deps =
141
141
ESP32Async/AsyncTCP @ 3.4.6
142
142
143
- [env:ci-arduino-3-latest -asynctcp]
143
+ [env:ci-arduino-rc -asynctcp]
144
144
lib_deps =
145
145
https://github.com/ESP32Async/AsyncTCP
146
146
You can’t perform that action at this time.
0 commit comments