From b755079c52665089a74785f70862ace6ff88f04d Mon Sep 17 00:00:00 2001 From: CJ42 Date: Fri, 6 Sep 2024 11:06:47 +0900 Subject: [PATCH] ci: add latest solidity versions to test for compiling --- .github/workflows/solc_version.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/solc_version.yml b/.github/workflows/solc_version.yml index e91217f9..2893f2e5 100644 --- a/.github/workflows/solc_version.yml +++ b/.github/workflows/solc_version.yml @@ -33,7 +33,13 @@ jobs: "0.8.18", "0.8.19", "0.8.20", - "0.8.21" + "0.8.21", + "0.8.22", + "0.8.23", + "0.8.24", + "0.8.25", + "0.8.26", + "0.8.27", ] steps: - uses: actions/checkout@v3