Skip to content

Commit

Permalink
💚 Lock CI testing to PlatformIO 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 4, 2022
1 parent 9df0dbc commit c1d3e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
platformio update
- name: Run ${{ matrix.test-platform }} Tests
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9.0-buster

RUN pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
RUN platformio update
# To get the test platforms
RUN pip install PyYaml
Expand Down

0 comments on commit c1d3e46

Please sign in to comment.