Skip to content

Commit 9375d52

Browse files
committed
ci(micropython): add MicroPython v1.21.0 to test matrix
1 parent 3d2c188 commit 9375d52

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci-micropython.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@ on:
55
branches: [main]
66
jobs:
77
test-micropython:
8-
name: Test and Lint
8+
name: Micropython ${{ matrix.micropython_version }}
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
micropython_version: [20210618-v1.16, 20210902-v1.17, 20220117-v1.18, 20220618-v1.19.1, 20230426-v1.20.0]
12+
micropython_version:
13+
- 20210618-v1.16
14+
- 20210902-v1.17
15+
- 20220117-v1.18
16+
- 20220618-v1.19.1
17+
- 20230426-v1.20.0
18+
- 20231005-v1.21.0
1319
steps:
1420
- uses: actions/checkout@v3
1521
- uses: actions/setup-python@v4
1622
with:
17-
python-version: '3.10'
23+
python-version: '3.10'
1824
- name: Install packages
1925
run: npm ci
2026
- name: Install Python requirements

0 commit comments

Comments
 (0)