diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 9fbbeb4..78aac3c 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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 diff --git a/CHANGES.rst b/CHANGES.rst index 4911a85..de7fe86 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 -------------