Skip to content

Commit afdd4d5

Browse files
authored
Use CBMC version 5.95.1 (#108)
The upcoming CBMC version 6 release includes changes that may affect existing proofs. This PR will make sure that coreMQTT-Agent PRs are not negatively impacted by this release. After releasing CBMC version 6 we will issue a follow-up PR that will return coreMQTT-Agent to using CBMC's latest release, and will include any changes to proofs that may be necessary to support the new version.
1 parent 498e283 commit afdd4d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ jobs:
192192
steps:
193193
- name: Set up CBMC runner
194194
uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
195+
with:
196+
cbmc_version: "5.95.1"
195197
- name: Run CBMC
196198
uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
197199
with:

0 commit comments

Comments
 (0)