Skip to content

Commit

Permalink
Merge branch 'release/v5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 31, 2021
2 parents 188113b + b3286b3 commit 89ed17e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 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-nxpimxrt.git"
},
"version": "4.2.0",
"version": "5.0.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand Down Expand Up @@ -48,13 +48,13 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20600.0"
"version": "~2.20700.0"
},
"tool-openocd": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~2.1000.0"
"version": "~2.1100.0"
},
"tool-pyocd": {
"type": "debugger",
Expand All @@ -71,7 +71,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 89ed17e

Please sign in to comment.