chore(CI): update certora-cli to 7.10.2

This should fix a bug in the CLI that causes CI tasks to pass even
though prover runs are emitting errors.
This commit is contained in:
r4bbit 2024-08-27 13:39:12 +02:00
parent ead8db634c
commit b62ac5233e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ jobs:
with: { java-version: "11", java-package: jre }
- name: Install Certora CLI
run: pip3 install certora-cli==7.10.1
run: pip3 install certora-cli==7.10.2
- name: Install Solidity
run: |