Skip to content

Commit

Permalink
Updated solc & ganache ver
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaven committed Aug 25, 2023
1 parent 8566d52 commit 3f876ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,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/pubsub-solidity-unittesting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MODULES := \
PubSub \
tests
SOLC_VERSION := v0.8.20
SOLC_VERSION := v0.8.21
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
CURRENT_DIR := $(dir $(MKFILE_PATH))
SOLC_BIN := $(CURRENT_DIR)/build/solc-static-linux
Expand Down

0 comments on commit 3f876ea

Please sign in to comment.