Skip to content

Commit 8d76469

Browse files
committed
update to Arduino IDE 1.8.19 for testing and dropped testing with 1.6.13
1 parent 61ea449 commit 8d76469

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,13 @@ jobs:
3636
echo -en "::set-output name=matrix::"
3737
echo -en "["
3838
39-
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.6.13 esp8266com:esp8266:generic:xtal=80
39+
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
4040
echo -en ","
4141
42-
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.6.13 esp8266com:esp8266:generic:xtal=80,dbg=Serial1
42+
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.19 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
4343
echo -en ","
4444
45-
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp8266 esp8266 1.8.15 esp8266com:esp8266:generic:xtal=80,eesz=1M,FlashMode=qio,FlashFreq=80
46-
echo -en ","
47-
48-
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.15 espressif:esp32:esp32:FlashFreq=80
45+
get_sketches_json_matrix arduino $GITHUB_WORKSPACE/examples/esp32 esp32 1.8.19 espressif:esp32:esp32:FlashFreq=80
4946
5047
echo -en "]"
5148
outputs:
@@ -56,7 +53,7 @@ jobs:
5653
strategy:
5754
fail-fast: false
5855
matrix:
59-
IDE_VERSION: [1.8.15, 1.6.13]
56+
IDE_VERSION: [1.8.19]
6057
env:
6158
IDE_VERSION: ${{ matrix.IDE_VERSION }}
6259

@@ -99,7 +96,7 @@ jobs:
9996
get_core esp8266
10097
10198
- name: download esp32
102-
if: steps.cache_all.outputs.cache-hit != 'true' && matrix.IDE_VERSION != '1.6.13'
99+
if: steps.cache_all.outputs.cache-hit != 'true'
103100
run: |
104101
source $GITHUB_WORKSPACE/travis/common.sh
105102
get_core esp32

0 commit comments

Comments
 (0)