We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ceb3257 + 2ee55b0 commit dc62cf9Copy full SHA for dc62cf9
.github/workflows/examples.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- os: [ubuntu-16.04, windows-latest, macos-latest]
+ os: [ubuntu-18.04, windows-latest, macos-latest]
11
python-version: [3.7]
12
example:
13
- "examples/arduino-blink"
platform.json
@@ -19,7 +19,7 @@
19
"type": "git",
20
"url": "https://github.com/platformio/platform-teensy.git"
21
},
22
- "version": "4.13.1",
+ "version": "4.14.0",
23
"frameworks": {
24
"arduino": {
25
"package": "framework-arduinoteensy",
@@ -48,7 +48,7 @@
48
"type": "framework",
49
"optional": true,
50
"owner": "platformio",
51
- "version": "~1.154.0"
+ "version": "~1.155.0"
52
53
"framework-mbed": {
54
0 commit comments