Skip to content

Commit ea26044

Browse files
committed
feat(eppp): Add CI for newer releases v5.4, v5.5
1 parent 37a6655 commit ea26044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/eppp__build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313
name: Build
1414
strategy:
1515
matrix:
16-
idf_ver: ["latest", "release-v5.3"]
16+
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3"]
1717
test: [ { app: host, path: "examples/host" }, { app: slave, path: "examples/slave" }, { app: test_app, path: "test/test_app" }]
1818
runs-on: ubuntu-22.04
1919
container: espressif/idf:${{ matrix.idf_ver }}
2020
steps:
2121
- name: Checkout esp-protocols
2222
uses: actions/checkout@v3
2323
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }}
24+
env:
25+
EXPECTED_WARNING: "DeprecationWarning: 'MultiCommand' is deprecated and will be removed\nCryptographyDeprecationWarning: Parsed a serial number which wasn't positive"
2426
shell: bash
2527
run: |
2628
. ${IDF_PATH}/export.sh

0 commit comments

Comments
 (0)