ci: update certora CLI to 7.25.2

This commit is contained in:
r4bbit
2025-02-20 17:20:18 +01:00
parent 58f43d07ce
commit e1d84d5c8f

View File

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