update arduino IDE from 1.8.13 to 1.8.15

This commit is contained in:
Links
2021-06-17 20:04:28 +02:00
parent b242882ac5
commit c897f60567

View File

@ -42,10 +42,10 @@ jobs:
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.6.13 esp8266com:esp8266:generic:xtal=80,dbg=Serial1 get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.6.13 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
echo -en "," echo -en ","
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.13 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80 get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.15 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
echo -en "," echo -en ","
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.13 espressif:esp32:esp32:FlashFreq=80 get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.15 espressif:esp32:esp32:FlashFreq=80
echo -en "]" echo -en "]"
outputs: outputs:
@ -56,7 +56,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
IDE_VERSION: [1.8.13, 1.6.13] IDE_VERSION: [1.8.15, 1.6.13]
env: env:
IDE_VERSION: ${{ matrix.IDE_VERSION }} IDE_VERSION: ${{ matrix.IDE_VERSION }}