Skip to content

Commit

Permalink
Merge branch 'release/v9.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 31, 2021
2 parents 6a4905d + 67cf5c9 commit 9021995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-latest, macos-latest]
python-version: [3.7]
example:
- "examples/mbed-rtos-blink-baremetal"
Expand Down
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-freescalekinetis.git"
},
"version": "8.2.0",
"version": "9.0.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand Down Expand Up @@ -51,7 +51,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20600.0"
"version": "~2.20700.0"
},
"tool-pyocd": {
"type": "uploader",
Expand All @@ -68,7 +68,7 @@
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.16.0"
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
Expand Down

0 comments on commit 9021995

Please sign in to comment.