Skip to content

Commit

Permalink
Add micropython v1.23.0 to build CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Jun 3, 2024
1 parent 6988e0c commit 3089052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mpy_native_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
micropython_version: ["1.22.2", "1.21.0"]
micropython_version: ["1.21.0", "1.22.2", "1.23.0"]
ARCH:
- "x86"
- "x64"
Expand Down

0 comments on commit 3089052

Please sign in to comment.