Skip to content

Commit 3e5e7a1

Browse files
committed
explicitly test against v5.2 and v5.3 in CI
1 parent c3fe82d commit 3e5e7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
idf_ver: ["v4.4", "v5.0", "v5.1", "latest"]
19+
idf_ver: ["v4.4", "v5.0", "v5.1", "v5.2", "v5.3", "latest"]
2020
idf_target: ["esp32"]
2121
include:
2222
- idf_ver: "v4.4"

0 commit comments

Comments
 (0)