💚 Use PIO-develop for CI

This commit is contained in:
Scott Lahteine 2022-04-20 04:30:15 -05:00
parent d418f3bfba
commit 9df0dbc981
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ jobs:
- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
platformio update
- name: Run ${{ matrix.test-platform }} Tests