Skip to content

Commit 4e2ef13

Browse files
chore: use a fixed prover version (#327)
Certora will be introducing v5 soon, which is expected to include breaking changes. Fixing the version at v4.13.1 should allow continuity until we make changes to upgrade.
1 parent db4506d commit 4e2ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/certora-prover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
distribution: temurin
4444
java-version: '17'
4545
- name: Install certora
46-
run: pip install certora-cli
46+
run: pip install certora-cli==4.13.1
4747
- name: Install solc
4848
run: |
4949
wget https://github.com/ethereum/solidity/releases/download/v0.8.12/solc-static-linux

0 commit comments

Comments
 (0)