From 312a9e14907796e391df49c0a2c5c583846f8dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Wed, 8 Mar 2023 12:38:16 -0300 Subject: [PATCH] ci: add solc 0.8.x tests --- .github/scripts/install-solc.sh | 1 + .github/workflows/ci.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/scripts/install-solc.sh b/.github/scripts/install-solc.sh index 049b7f5af..0514893a9 100755 --- a/.github/scripts/install-solc.sh +++ b/.github/scripts/install-solc.sh @@ -18,6 +18,7 @@ fetch_all() { fetch_solc "0.5.7" fetch_solc "0.6.12" fetch_solc "0.7.5" + fetch_solc "0.8.24" } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51032791b..c6de8ae7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,10 @@ jobs: - "0.5.7" - "0.6.12" - "0.7.5" + - "0.8.24" include: + - solc: "0.8.24" + experimental: true - os: windows-latest experimental: true