chore: bump solc test 0.8.18 (#2113)

This commit is contained in:
Matthias Seitz 2023-02-05 04:24:11 +01:00 committed by GitHub
parent cabb15e346
commit 2fce943274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ mod tests {
// update this test whenever there's a new sol
// version. that's ok! good reminder to check the
// patch notes.
(">=0.5.0", "0.8.17"),
(">=0.5.0", "0.8.18"),
// range
(">=0.4.0 <0.5.0", "0.4.26"),
]