Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/esp-protocols
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3519e136ceb9a6dfc9ebdfd3b8952e5ebedf00c6
Choose a base ref
..
head repository: espressif/esp-protocols
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 428fdbbd800e9e9292c356232e7daa2772bcd62c
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/modem__build-host-tests.yml
2 changes: 1 addition & 1 deletion .github/workflows/modem__build-host-tests.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
idf_ver: ["latest", "release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "release-v5.4"]
example: ["pppos_client", "modem_console", "modem_tcp_client", "ap_to_pppos", "simple_cmux_client", "modem_psm"]
example: ["pppos_client", "modem_console", "modem_tcp_client", "ap_to_pppos", "simple_cmux_client"]
include:
- idf_ver: "release-v5.0"
example: "simple_cmux_client"