Skip to content

Commit

Permalink
Add newer mpy-cross
Browse files Browse the repository at this point in the history
  • Loading branch information
leiserfg committed Nov 18, 2024
1 parent 79cff81 commit 44ff4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
Compile:
strategy:
matrix:
mpy-cross-release: ["8.2.0", "9.0.4"]
# Check https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/mpy-cross/linux-amd64/ to get the latest version
mpy-cross-release: ["8.2.0", "9.0.4", "9.2.0"]
runs-on: ubuntu-latest
steps:
- run: echo "A ${{ github.event_name }} event trigged build of branch ${{ github.ref }}, repository ${{ github.repository }}"
Expand Down

0 comments on commit 44ff4a1

Please sign in to comment.