Skip to content

Commit

Permalink
Update CI version to 0.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
benmanns committed Nov 11, 2024
1 parent 3d8a4d5 commit 23c300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
set -x
# test `nix develop`
nix develop .# --command -- bash -c "solc-0.8.27 --version"
nix develop .# --command -- bash -c "solc-0.8.28 --version"
# test `nix shell`
nix shell .#solc_0_8_19
# test solc.nix as input to other flakes
# Note: overriding flake input is needed as a workaround to local sub flake with overlapping paths.
nix develop ./test/.# --override-input solc $PWD --command -- bash -c "solc --version"
nix develop ./test/.# --override-input solc $PWD --command -- bash -c "solc-0.8.27 --version"
nix develop ./test/.# --override-input solc $PWD --command -- bash -c "solc-0.8.28 --version"
ci-check-success:
needs: [ci]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23c300d

Please sign in to comment.