Skip to content

Commit 93e7f0e

Browse files
authored
Merge pull request #194 from crytic/dev-ci-workaround
ci: echidna: temporarily use latest stable version
2 parents 4f6d005 + 6e863df commit 93e7f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/echidna.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
output-file: ${{ matrix.files }}.out
163163
solc-version: ${{ matrix.solc-version || '0.5.11' }}
164164
echidna-workdir: ${{ matrix.workdir }}
165-
echidna-version: edge
165+
echidna-version: latest
166166
crytic-args: ${{ matrix.crytic-args || '' }}
167167

168168
- name: Verify that the exit code is correct

0 commit comments

Comments
 (0)