Skip to content

Commit

Permalink
explicitly test against v5.2 and v5.3 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Jul 30, 2024
1 parent c3fe82d commit 3e5e7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
idf_ver: ["v4.4", "v5.0", "v5.1", "latest"]
idf_ver: ["v4.4", "v5.0", "v5.1", "v5.2", "v5.3", "latest"]
idf_target: ["esp32"]
include:
- idf_ver: "v4.4"
Expand Down

0 comments on commit 3e5e7a1

Please sign in to comment.