Skip to content

Commit 17d12fa

Browse files
committed
Merge branch 'release/v1.4.0'
2 parents ff7f704 + 829d328 commit 17d12fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [ubuntu-16.04, windows-latest, macos-latest]
10+
os: [ubuntu-18.04, windows-latest, macos-latest]
1111
python-version: [3.7]
1212
example:
1313
- "examples/arduino-blink"

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-raspberrypi.git"
2020
},
21-
"version": "1.3.0",
21+
"version": "1.4.0",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduino-mbed",
@@ -35,7 +35,7 @@
3535
"type": "framework",
3636
"optional": true,
3737
"owner": "platformio",
38-
"version": "~2.4.0"
38+
"version": "~2.5.0"
3939
},
4040
"tool-rp2040tools": {
4141
"type": "uploader",

0 commit comments

Comments
 (0)