Skip to content

Commit c8f6e41

Browse files
committed
fix(mosq): Reverts relax CI criteria to build on v5.2+
This reverts commit 25671a6.
1 parent 2b9345e commit c8f6e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mosq__build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Mosquitto build
1414
strategy:
1515
matrix:
16-
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "release-v5.2"]
16+
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "release-v5.2", "release-v5.1"]
1717
runs-on: ubuntu-22.04
1818
container: espressif/idf:${{ matrix.idf_ver }}
1919
env:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CONFIG_IDF_TARGET="esp32s3"
1+
CONFIG_IDF_TARGET="esp32"
22
CONFIG_EXAMPLE_PEER_LIB_ESP_PEER=y
33
CONFIG_EXAMPLE_PEER_LIB_LIBJUICE=n

0 commit comments

Comments
 (0)