celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
687 stars 362 forks source link

chore: downgrade foundry version to match across workflows #11017

Closed arthurgousset closed 1 month ago

arthurgousset commented 1 month ago

Description

Small follow-on PR to downgrade the foundry version in protocol-devchain-anvil.yml to match the version in protocol_tests.yml.

https://github.com/celo-org/celo-monorepo/pull/11002 downgraded the foundry version, but CI didn't catch the failing protocol-devchain-anvil.yml workflow on that branch, because the workflow only runs on master.

Other changes

None

Tested

No, we'll know this works when we merge this PR to master and run the workflow.

Related issues

None

Backwards compatibility

Yes

Documentation

No