chore(ci): update certora CLI in CI

This update the certora cli to the latest version 7.10.1 in CI tasks.
This commit is contained in:
r4bbit 2024-07-30 15:06:03 +02:00
parent 4a04b46e14
commit ead8db634c
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.0.7
run: pip3 install certora-cli==7.10.1
- name: Install Solidity
run: |