Skip to content

Commit

Permalink
cli vertion to 7.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nisnislevi committed Dec 12, 2024
1 parent 7871726 commit 976577d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with: { distribution: "zulu", java-version: "11", java-package: jre }

- name: Install certora cli
run: pip install certora-cli==7.17.2
run: pip install certora-cli==7.20.3

- name: Install solc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certora-stata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with: { distribution: "zulu", java-version: "11", java-package: jre }

- name: Install certora cli
run: pip install certora-cli==7.17.2
run: pip install certora-cli==7.20.3
- name: Install solc
run: |
wget https://github.com/ethereum/solidity/releases/download/v0.8.20/solc-static-linux
Expand Down

0 comments on commit 976577d

Please sign in to comment.