From 24f68c51538f805226b8a101f7225c68d923d356 Mon Sep 17 00:00:00 2001 From: mfw78 <53399572+mfw78@users.noreply.github.com> Date: Tue, 8 Oct 2024 06:33:35 +0000 Subject: [PATCH] fix: undo superfluous changes --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d74bc0e6..cc84c7f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: version: nightly - name: Run Forge build with ${{ matrix.profile }} - # Set FORK_URL only for default profile and build accordingly + # We always build with 0.7.6 to ensure that the project is compatible with the oldest version run: | forge --version if [ "${{ matrix.profile }}" == "solc-0.7.6" ]; then