Skip to content

Commit

Permalink
updated solc & ganache ver in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed Aug 25, 2023
1 parent 49fc7c5 commit 20a1214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
python-version: [ 3.11 ]
node-version: [ 18.16.0 ]

ganache-version: [ 7.8.0 ]
ganache-version: [ 7.9.1 ]

solc-version: [ v0.8.20 ]
solc-version: [ v0.8.21 ]

env:
SOLC_BIN: ${{ github.workspace }}/build/solc-static-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/solidity-unittesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
solc-version: [ 0.8.20 ]
solc-version: [ 0.8.21 ]
chain-fork: [ shanghai ]
opt-runs: [ 200 ]

Expand Down

0 comments on commit 20a1214

Please sign in to comment.