Skip to content

Commit c55691a

Browse files
committed
use solidity 0.8.19 for github action benchmark
1 parent 78fdf78 commit c55691a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
solidity: ["0.7.6", "0.8.2"]
65+
solidity: ["0.7.6", "0.8.19"]
6666
include:
67-
- solidity: "0.8.2"
67+
- solidity: "0.8.19"
6868
settings: '{"viaIR":true,"optimizer":{"enabled":true,"runs":10000}}'
6969
env:
7070
SOLIDITY_VERSION: ${{ matrix.solidity }}

0 commit comments

Comments
 (0)