From 99c4b80393d8edc89840c5b17491c29c5e8739ea Mon Sep 17 00:00:00 2001 From: CJ42 Date: Fri, 6 Sep 2024 11:10:26 +0900 Subject: [PATCH] ci: add latest solc versions to test compilation --- .github/workflows/solc_version.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/solc_version.yml b/.github/workflows/solc_version.yml index e1563ae70..a1f28e3d8 100644 --- a/.github/workflows/solc_version.yml +++ b/.github/workflows/solc_version.yml @@ -45,6 +45,10 @@ jobs: "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