Skip to content

Commit

Permalink
Adding newer version of arduino-cli to CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatingNull committed Jan 26, 2024
1 parent b0966d9 commit a20dad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Arduino CLI
shell: bash
run: |
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.29.0
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s 0.35.2
bin/arduino-cli core install arduino:avr
- name: Put tools on path
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version 0.4.0

* Officially Supporting python 3.12.
* Clipy-Hooks updated to 0.2.1.
* Arduino-CLI used tested in CI updated to 0.35.2.

Version 0.3.0
-------------
Expand Down

0 comments on commit a20dad3

Please sign in to comment.