Skip to content

Commit 543b93a

Browse files
committed
ci(pico-sdk): add version 2.1.1 to test matrix
1 parent c2e382f commit 543b93a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci-pico-sdk.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
sdk_version: [1.2.0, 1.3.1, 1.4.0, 1.5.1, 2.0.0]
12+
sdk_version:
13+
- 1.2.0
14+
- 1.3.1
15+
- 1.4.0
16+
- 1.5.1
17+
- 2.0.0
18+
- 2.1.1
1319
steps:
1420
- uses: actions/checkout@v4
1521
- name: Cache Pico SDK

0 commit comments

Comments
 (0)