Merge pull request from spiro-c/patch-1

Fix PlatformIO GitHub CI does not work. 
This commit is contained in:
mrcodetastic 2025-02-22 00:50:45 +00:00 committed by GitHub
commit 9ae0e0c200
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# https://docs.platformio.org/en/latest/integration/ci/github-actions.html
name: PlatformIO 6.1.11 Arduino CI
name: PlatformIO 6.1.17 Arduino CI
on:
push:
@ -48,7 +48,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Platformio
run: pip install --upgrade platformio==6.1.11
run: pip install --upgrade platformio==6.1.17
- name: Run PlatformIO CI (Arduino)
if: ${{ matrix.framework == 'Arduino'}}
env: