From 23c300dcda6f01c06430a698a4a539dbbc96624f Mon Sep 17 00:00:00 2001 From: Benjamin Manns Date: Mon, 11 Nov 2024 15:15:55 -0500 Subject: [PATCH] Update CI version to 0.8.28 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163d365..5250d8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ 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 @@ -37,7 +37,7 @@ jobs: # 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