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