We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e646453 commit e9aa0b2Copy full SHA for e9aa0b2
2 files changed
.github/workflows/Certora.yaml
@@ -35,8 +35,8 @@ jobs:
35
- name: Install solc
36
run: |
37
pip install solc-select
38
- solc-select install 0.8.20
39
- solc-select use 0.8.20
+ solc-select install 0.8.33
+ solc-select use 0.8.33
40
41
- name: Verify conf ${{ matrix.params.name }}
42
run: >
.github/workflows/foundry-gas-diff.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Foundry
19
uses: onbjerg/foundry-toolchain@v1
20
with:
21
- version: nightly-de33b6af53005037b463318d2628b5cfcaf39916
+ version: nightly
22
23
# Add any step generating a gas report to a temporary file named gasreport.ansi. For example:
24
- name: Run tests
0 commit comments