Skip to content

Commit

Permalink
chore(CI): update certora-cli to 7.10.2
Browse files Browse the repository at this point in the history
This should fix a bug in the CLI that causes CI tasks to pass even
though prover runs are emitting errors.
  • Loading branch information
0x-r4bbit committed Aug 27, 2024
1 parent ead8db6 commit b62ac52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b62ac52

Please sign in to comment.